function ADVR.onLoad() achievement.psvrID = 38 achievement.hideDescription = false achievement.unlocksItem = relics.BEE_STINGER achievement.predecessors = {achievements.DENTIST_DELIGHT} achievement.category = "collection" end function ADVR.onPlayerValueChanged(valueId) if valueId == playerValues.PLAYER_SCALE then if player.GetPlayerScale() < 0.75 then achievement.Unlock() end end end