TalkTestScriptMe.lua 448 B

12345678910111213141516171819202122
  1. --[[
  2. Script Name : SpawnScripts/thunderdome/TalkTestScriptMe.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.05.12 05:05:12
  5. Script Purpose : For testing dialogue scripts. Breeeeak it!!
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function respawn(NPC)
  11. spawn(NPC)
  12. end
  13. function hailed(NPC, Spawn)
  14. FaceTarget(NPC, Spawn)
  15. PlayFlavor(NPC, "","Please don't hurt me!","cringe", 0, 0, Spawn)
  16. end