backIndex

Xelagot action script

Events: (3.5) ToolbarClick

Refer to Events for general information about events.

Xelagot version 3.501 or higher.

Installer:

OnToolbarClickEvent <eventlabel>
Event type: 920
is triggered by a 530 browser user in a 63 world when clicking on a specially designed button.

Specific statements (must be inside the event handler):

GetEventType %a stores the event type code in variable %a
GetEventResult %a stores the event result code in variable %a. Always 0 (success)
GetAvatarPerson &p Retrieves the data of the user that clicked on the button.
GetMessage $m Retrieves the message (id) on the url link as a string (note: the ID is sent as an integer).


backIndex