CrackedHalflingSkull.lua 385 B

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