Max.lua 285 B

12345678910111213141516171819
  1. --[[
  2. Script Name : SpawnScripts/VillageShin/Max.lua
  3. Script Author : neatz09
  4. Script Date : 2020.11.06 05:11:09
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function hailed(NPC, Spawn)
  11. end
  12. function respawn(NPC)
  13. end