function ADVR.onLoad() achievement.psvrID = 37 achievement.hideDescription = false achievement.unlocksItem = relics.LUCKY_HORSESHOE achievement.predecessors = {achievements.PROG_JACKPOT_JUNCTION_UNLOCKED} achievement.category = "economy" end function ADVR.onPreGameReload() if game.LoadBool("ach_hit_jackpot", false) == true then achievement.Unlock() end end