extends Area func on_player_interact(player: Spatial) -> bool: player.sleep(true, $hop_position) return true