grossreport.lua 365 B

123456789101112131415
  1. --[[
  2. Script Name : ItemScripts/grossreport.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.10.29 09:10:38
  5. Script Purpose :
  6. :
  7. --]]
  8. local GrossReport = 5381 -- Gross Report Quest
  9. function examined(Item, Player)
  10. if not HasQuest(Player, GrossReport) then
  11. OfferQuest(nil, Player, GrossReport)
  12. end
  13. end