LordBowsprite.lua 551 B

12345678910111213141516171819202122
  1. --[[
  2. Script Name : SpawnScripts/FrostfellWonderlandVillage/LordBowsprite.lua
  3. Script Purpose : Lord Bowsprite
  4. Script Author : Cynnar
  5. Script Date : 2019.10.29
  6. Script Notes : Auto-Generated Conversation from PacketParser Data
  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, "", "That McScroogle is just like old Grimagus was, sad and unhappy. You should try to help him learn to be nicer.", "sigh", 1689589577, 4560189, Spawn)
  16. end