KerranMannequin133772216.lua 401 B

12345678910111213141516171819
  1. --[[
  2. Script Name : SpawnScripts/RylecsTest/KerranMannequin133772216.lua
  3. Script Author : Rylec
  4. Script Date : 2021.01.30 07:01:25
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SpawnSet(NPC, "action_state", "12063")
  10. end
  11. function hailed(NPC, Spawn)
  12. Say(NPC, "12063 pugilist_ouch_forehand")
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end