PreservationistReynolds.lua 885 B

12345678910111213141516171819202122232425
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/PreservationistReynolds.lua
  3. Script Author : Rylec
  4. Script Date : 2021.08.13 03:08:42
  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/preservationist_reynolds/qey_elddar/100_soc_human_tunarian_officer_reynolds_no_2a5aeb44.mp3", "I haven't heard anything from the last scout party. They're a tough bunch. I hope they're all right.", "", 1752705355, 1563128162, Spawn)
  13. -- local voice = MakeRandomInt(1,3)
  14. -- PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_"..voice.."_1047.mp3", "...", "hello", 0, 0, Spawn) -- To be used at certain times when their is no voice over option (based on player/guild level?)
  15. end
  16. function respawn(NPC)
  17. spawn(NPC)
  18. end