BargissRanlor.lua 776 B

12345678910111213141516171819202122232425
  1. --[[
  2. Script Name : SpawnScripts/Freeport/BargissRanlor.lua
  3. Script Author : Premierio015
  4. Script Date : 2020.07.19 05:07:36
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function hailed(NPC, Spawn)
  11. FaceTarget(NPC, Spawn)
  12. conversation = CreateConversation()
  13. PlayFlavor(NPC, "voiceover/english/bargiss_ranlor/fprt_north/bargissranlor000.mp3", "", "", 2519774157, 2552342626, Spawn)
  14. AddConversationOption(conversation, "I'll leave you be.")
  15. StartConversation(conversation, NPC, Spawn, "Can't you see I am busy waiting on my order? Leave me alone. I came here to eat not to talk. Oh, here comes my order now. 'Bout time, the service here is the worst!")
  16. end
  17. function respawn(NPC)
  18. end