extends CharacterBody3D var is_holdable: bool = true func _ready(): $slime.idle() func walk(): $slime.walk() func idle(): $slime.idle()