extends Area func _ready(): pass func interact(_relate): pass func _on_Vent_body_entered(body): if body.name == "Player": body.tryCrouch(true)