function ADVR.onLoad() achievement.predecessors = {achievements.GOOD_LUCK} achievement.category = "exploration" end --TOOLTIP: This quest unlocks the Seer NPC function ADVR.onVersionUpgrade(oldVersion, newVersion) if game.specialEventsGraph.HasFoundSpecialEvent(1000) then achievement.Unlock() end end function ADVR.onPlayerDeathOrRunComplete() if game.specialEventsGraph.HasFoundSpecialEvent(1000) then achievement.Unlock() end end