Whizratchet.lua 495 B

1234567891011121314
  1. --[[
  2. Spawn Template
  3. Script Name: Whizratchet.lua
  4. Script Purpose: Banker (evil)
  5. Script Author: Sylva1n
  6. Script Date: 2009.07.05
  7. Script Notes: Auto-Generated Conversation from PacketParser Data
  8. --]]
  9. function hailed(NPC, Spawn)
  10. FaceTarget(NPC, Spawn)
  11. Say(NPC, "As a banker it is my job to hold items and coin for you for safe-keeping. If you would like to learn more, speak with Trainer Vissa Sathliss. She is just east of me, around the corner.", Spawn)
  12. end