Amysteriousentrance.lua 390 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/antonica/Amysteriousentrance.lua
  3. Script Author : TyroneSWG
  4. Script Date : 2020.07.02 03:07:48
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function used(NPC, Spawn)
  11. Say(NPC, "-wind whistles through the entrance-")
  12. Zone(Spawn, "antonica", 0, 0, 0)
  13. end
  14. function respawn(NPC)
  15. end