KerranMannequin133772215.lua 428 B

12345678910111213141516171819
  1. --[[
  2. Script Name : SpawnScripts/RylecsTest/KerranMannequin133772215.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", "12062")
  10. end
  11. function hailed(NPC, Spawn)
  12. Say(NPC, "12062 pugilist_ouch_down and 12064 pugilist_ouch_thrust")
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end