mysteriousbracers.lua 377 B

1234567891011121314
  1. --[[
  2. Script Name : ItemScripts/mysteriousbracers.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.07.13 08:07:02
  5. Script Purpose :
  6. :
  7. --]]
  8. local QUEST = 258
  9. function examined(Item, Player)
  10. if not HasQuest(Player, QUEST) and not HasCompletedQuest(Player, QUEST) then
  11. OfferQuest(nil, Player, QUEST)
  12. end
  13. end