amisspelledGuttersnipenote.lua 381 B

123456789101112131415161718
  1. --[[
  2. Script Name : ItemScripts/amisspelledGuttersnipenote.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.06.25 06:06:02
  5. Script Purpose :
  6. :
  7. --]]
  8. local BalancingTheGangs = 5260
  9. function examined(Item, Player)
  10. if not HasQuest(Player, BalancingTheGangs) then
  11. OfferQuest(nil, Player, BalancingTheGangs)
  12. end
  13. end