sewermemorandum.lua 361 B

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