anacidicgland.lua 374 B

123456789101112131415161718
  1. --[[
  2. Script Name : ItemScripts/anacidicgland.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.07.04 08:07:57
  5. Script Purpose :
  6. :
  7. --]]
  8. local SavingTheSewagePumps = 5284
  9. function examined(Item, Player)
  10. if not HasQuest(Player, SavingTheSewagePumps) then
  11. OfferQuest(nil, Player, SavingTheSewagePumps)
  12. end
  13. end