BushySwashbottom.lua 383 B

123456789101112131415
  1. --[[
  2. Script Name : SpawnScripts/BigBend/BushySwashbottom.lua
  3. Script Purpose : Bushy Swashbottom
  4. Script Author : torsten
  5. Script Date : 2022.07.13
  6. Script Notes :
  7. --]]
  8. function spawn(NPC)
  9. PlayFlavor(NPC, "", "Oi! Wait till I get my hands on ya, ya filthy troll! This 'ns for Qeynos, ya big lug!", "", 0, 0, Spawn, 0)
  10. end
  11. function respawn(NPC)
  12. spawn(NPC)
  13. end