Skip to content
This site is under heavy WIP, so contributions on GitHub are much appreciated! You've most likely been pointed to this site to point towards a concept, or something. Either way, take at least some of the info on this page with a grain of salt, and also don't expect much info since it's very incomplete on content.

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.

  • actions - An array of strings that each correspond to a currently registered action.