AlAmin.lua 628 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/TimorousDeep/AlAmin.lua
  3. Script Purpose : Al'Amin
  4. Script Author : John Adams
  5. Script Date : 2009.02.10
  6. Script Notes : Auto-Generated Conversation from PacketParser Data
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function respawn(NPC)
  11. spawn(NPC)
  12. end
  13. function hailed(NPC, Spawn)
  14. FaceTarget(NPC, Spawn)
  15. PlayFlavor(NPC, "voiceover/english/rok_questvo/al_amin/_exp04/exp04_rgn_timorous_deep/chrykori_tie/flv_alamin_hail_1a24bd54.mp3", "These Sarnak seek knowledge, despite their bestial appearance. I intend to help them find it.", "converse_male04", 56069358, 1870745357, Spawn)
  16. end