questclimbingbenchmaareonacayan.lua 449 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/Starcrest/questclimbingbenchmaareonacayan.lua
  3. Script Author : Jabantiz
  4. Script Date : 2018.06.14 08:06:20
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function respawn(NPC)
  11. spawn(NPC)
  12. end
  13. function casted_on(NPC, Spawn, Message)
  14. Say(Spawn, Message)
  15. if Message == "Climb the Bench" then
  16. SetPosition(Spawn, 762.11, -20.38, 315.01, 68.11)
  17. end
  18. end