ScriptTeleport

From Amulets & Armor Wiki
Revision as of 21:30, 17 October 2016 by PeeWeeRotA (Talk | contribs)

Jump to: navigation, search

Teleport ( [X], [Y], [Z])

Teleports the player, or players, to the destination based on the coordinates. This command should only be run in personal script #'s 201-255.

Arguments

X - X coord in map.

Y - Y coord in map.

Z - (Not Used. Player always appears on ground)

Example

200:    // teleport to druidtown
   Teleport(244, 1730, 0);
   End()



Back to Scripting Main Page