Maelixia.lua 507 B

12345678910111213141516171819202122
  1. --[[
  2. Script Name : SpawnScripts/Darklight/Maelixia.lua
  3. Script Author : Cynnar
  4. Script Date : 2016.08.12 02:08:44
  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/tobias_granville/steppes/quests/quest_tobias_granville/tobias_granville001.mp3", "", "shrug", 2405099568, 1478987434, Spawn)
  13. Say(NPC, "Testing Voiceover")
  14. end
  15. function respawn(NPC)
  16. end