When I trying to execute command
```
player disableAI "WEAPONAIM";
```
an error occurs
```
Error in expression <player disableAI "WEAPONAIM";>
Error position: <disableAI "WEAPONAIM";>
Error Foreign error: Unknown enum value: "WEAPONAIM"
}
```
An error occurs only with "WEAPONAIM". Other argumets like "TARGET", "ALL", etc. works fine.