LieutenantWestfall.lua 388 B

12345678910111213
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/LieutenantWestfall.lua
  3. Script Author : Zcoretri
  4. Script Date : 2015.07.30
  5. Script Purpose : Lieutenant Westfall dialog
  6. :
  7. --]]
  8. function hailed(NPC, Spawn)
  9. FaceTarget(NPC, Spawn)
  10. PlayFlavor(NPC, "", "What's that there! To arms, the Morak are coming!", "point", 1689589577, 4560189, Spawn)
  11. end