documentation.txt 625 B

1234567
  1. jscript/teleports is used for definitions of teleports that are too advanced to be done under normal means.
  2. For example, teleporting to the race track allows a player a free teleport and a free return to the SAME
  3. city from which the player went to the race track. Normal teleports do not store any information about
  4. the origin. In order to achieve this special teleportation, a teleport script is needed.
  5. Teleport scripts are essentially dummy quests, hidden from the client. All implementation details are
  6. fully covered by quests. For more info, please see the documentation in "scripts/quests/documentation.txt"