# Hint Structure (Don't copy-paste, try to write it yourself first!) current_shield: int = Player.GetShield() if (current_shield < 50) { # Give shield here }