ScriptTeleport

From Amulets & Armor Wiki
Revision as of 00:33, 23 February 2014 by PeeWeeRotA (Talk | contribs) (Created page with "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 200-255. === ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 200-255.

Arguments

X - X coord in map. Y - Y coord in map. Z - Z coord in map.

Example

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