GrandmaTwirlwhizzer.lua 525 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : SpawnScripts/Commonlands/GrandmaTwirlwhizzer.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.05.24 09:05:58
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function hailed(NPC, Spawn)
  11. FaceTarget(NPC, Spawn)
  12. PlayFlavor(NPC, "voiceover/english/grandma_twirlwhizzer/commonlands/quest/qst_grandma_twirlwhizzer_callout1_80772375.mp3", "Oh dear me, who are you?", "", 3303419274, 103282159, Spawn)
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end