function ADVR.onLoad() achievement.unlocksItem = relics.VELVET_PURSE achievement.psvrID = 43 achievement.predecessors = {achievements.BIG_SPENDER} achievement.category = "collection" end function ADVR.onPlayerValueChanged(val) if val == playerValues.CURRENT_CASH then if player.networkObject.IsValid and player.SharedCashPool >= 250 then achievement.Unlock() end end end