aharriedvagrantsquatter.lua 397 B

12345678910111213141516171819202122
  1. --[[
  2. Script Name : SpawnScripts/Ruins/aharriedvagrantsquatter.lua
  3. Script Author : jakejp
  4. Script Date : 2018.10.08 09:10:51
  5. Script Purpose :
  6. :
  7. --]]
  8. dofile("SpawnScripts/Generic/dancing_script.lua")
  9. function spawn(NPC)
  10. MakeDance(NPC)
  11. end
  12. function hailed(NPC, Spawn)
  13. FaceTarget(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. end