FarmerGerrit.lua 521 B

123456789101112131415161718
  1. --[[
  2. Script Name : SpawnScripts/Antonica/FarmerGerrit.lua
  3. Script Author : Dorbin
  4. Script Date : 2023.09.17 02:09:44
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function respawn(NPC)
  11. spawn(NPC)
  12. end
  13. function hailed(NPC, Spawn)
  14. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_1_1052.mp3", "These farms help Qeynos get the food it needs to help function. It's a hard life sometimes, but well worth it.", "agree", 0, 0, Spawn, 0)
  15. end