HalfaMurkwaterSandwich.lua 367 B

12345678910111213141516
  1. --[[
  2. Script Name : ItemScripts/HalfaMurkwaterSandwich.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.07.05 07:07:30
  5. Script Purpose :
  6. :
  7. --]]
  8. local ASandwichAffair = 5294
  9. function examined(Item, Player)
  10. if not HasQuest(Player, ASandwichAffair) then
  11. OfferQuest(nil, Player, ASandwichAffair)
  12. end
  13. end