backIndex

Xelagot action script

SendURL, Eject, ClickPerson, AvWarp, AvTeleport, AvSet.

SendURL &p $u [$t]

3.5
SendURL &p $n $u [$t $p $t3d]
(Caretaker bot) changes the url of the page in the aw web-browser of person &p. Bots also get this information. &p is a person variable with valid parameters, $u is the url, $t is the target window (optional). The world server must be build 21 at least.

As from version 3.500, two more parameters can be added if the world server is build 63 or higher (requires minimum browser 350): POST string in $p, and a last parameter to open the page in the 3D window: $t3d, which can only have values ON or OFF (OFF is default).
SendURL %s $n $u [$t]

3.5
SendURL %s $n $u [$t $p $t3d]
(Caretaker bot) changes the url of the page in the aw web-browser of person with session number %s. Bots also get this information. %s is the session number (numeric variable only), $n is the name of the avatar the url is sent to (string variable only), and $u is the url and $t is the target window (optional). The world server must be build 21 at least.

As from version 3.500, two more parameters can be added if the world server is build 63 or higher (requires minimum browser 350): POST string in $p, and a last parameter to open the page in the 3D window: $t3d, which can only have values ON or OFF (OFF is default).
Eject &p %sec (Caretaker or Ejector bot) attempts to eject person &p for %sec seconds. The person must be in the world, but need not be present (s/he may have run away, the session number must not have changed in this case).
Eject %s $n %sec (Caretaker or Ejector bot) attempts to eject person with session number %s called $n for %sec seconds. The person must be in the world, but need not be present (s/he may have run away, the session number must not have changed in this case). The bot must have eject right or be Caretaker.
ClickPerson &p attempts to click on person &p. Can only succeed if the person in question is present for the bot.
AvWarp &p @a (Caretaker or Ejector bot) attempts to warp smoothly person &p to coordinates @a in the same world (may be substituted for person &a or object ~a). Can only succeed if the bot has Eject rights or is Caretaker, the person in question is present for the bot, the world server is build 23 or higher, and if the person &p complies with one of the following conditions: it is using a 3.0 AW browser, or it is a bot equipped with 3.0 functions.
AvTeleport &p @a (Caretaker or Ejector bot) attempts to teleport instantly person &p to world and coordinates @a (may be substituted for person &a or object ~a). Make sure the world is included in the coordinates using GetWorld @a worldname. Can only succeed if the bot has Eject rights or is Caretaker, the person in question is present for the bot, the world server is build 23 or higher, and if the person &p complies with one of the following conditions: it is using a 3.0 AW browser, or it is a bot equipped with 3.0 functions.
3.4

AvSet &p %av
AvSet &p %av %ge
(Caretaker bot, 3.4 world, 3.4 browser) Attempts to set the avatar %av and (optionally) the gesture %ge of person &p. If the gesture is omitted, it defaults to 0 (no gesture).

backIndex