ThenatrenLightarrow.lua 399 B

123456789101112131415
  1. --[[
  2. Script Name : SpawnScripts/ForestRuins/ThenatrenLightarrow.lua
  3. Script Purpose : Thenatren Lightarrow
  4. Script Author : John Adams
  5. Script Date : 2008.09.19
  6. Script Notes : Auto-Generated Conversation from PacketParser Data
  7. --]]
  8. function hailed(NPC, Spawn)
  9. FaceTarget(NPC, Spawn)
  10. PlayFlavor(NPC, "", "Watch yourself near those ruins, they are dangerous!", "", 1689589577, 4560189)
  11. end