Xelagot version 3.501 or higher
Installer:
OnURLClickEvent <eventlabel>
Event type: 910
is triggered by a 530 browser user in a 63 world when clicking on a url link of the type "aworld:?".
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 url link. |
GetMessage $m | Retrieves the message (parameters) on the url link. If this message is in standard POST format, use SListGetParams /s_List $m to convert the parameters in $m to name=value pairs in the string list. |