Unregister actions
If you don’t want Neuro to be able to execute an action anymore, send this packet:
{ "command": "actions/unregister", "game": string, "data": { "actions": string[] }}This will remove Neuro’s access to the actions specified, preventing her from using it.
data Parameters
Section titled “data Parameters”actions- An array of strings that each correspond to a currently registered action.