backIndex

Xelagot action script

Events: UniverseEnter, UniverseExit, UniverseDisconnect, UniverseAttributes

xelagot 3.501

Refer to Events for general information.

Installer: OnUniverseEnterEvent <eventlabel>
Event type: 6600

Installer: OnUniverseExitEvent <eventlabel>
Event type: 6700

Installer: OnUniverseDisconnectEvent <eventlabel>
Event type: 6500
the bot was disconnected from the universe. A WorldExit (if the bot is in a world) and UniverseExit event follow this one.

Installer: OnUniverseAttributesEvent <eventlabel>
Event type: 6800
the bot received the universe attributes.

These event handlers only signal events.

Specific statements (must be inside this event handler):

GetEventType %a stores the event type code in variable %a
GetEventResult %a stores the event result code in variable %a. 0 means success, other positive codes are equivalent to the rc codes of the SDK and the Windows codes. See SDK Error Codes. Always 0 in these events.


backIndex