AngeliaClayton.lua 420 B

123456789101112
  1. --[[
  2. Script Name : SpawnScripts/Starcrest/AngeliaClayton.lua
  3. Script Purpose : Angelia Clayton
  4. Script Author : John Adams
  5. Script Date : 2008.09.23
  6. Script Notes : Auto-Generated Conversation from PacketParser Data
  7. --]]
  8. function hailed(NPC, Spawn)
  9. FaceTarget(NPC, Spawn)
  10. PlayFlavor(NPC, "", "Hello to you! If you enjoy my dancing please be sure to leave a tip on the counter!", "", 1689589577, 4560189, Spawn)
  11. end