ViscountGelvonius.lua 702 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/Freeport/ViscountGelvonius.lua
  3. Script Author : Premierio015
  4. Script Date : 2020.08.07 06:08:22
  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/viscount_gelvonius/fprt_west/100_soc_human_militia_officer_gelvonius_no_4a43e5be.mp3", "Hail to you as well. You're either very brave or very foolish to address me so casually. Stand at attention when you speak to me, citizen! Freeport is at war, and I've no time for your incoherent ramblings.", "", 2994522734, 1398023937, Spawn)
  13. end
  14. function respawn(NPC)
  15. end