extends Interactable func _init() -> void: max_person_using = 1 build_name = "pot" func _ready() -> void: persons_position.append($PersonPos1) func start_action(person, object): person.action = self person.visible = false set_person_pos(person) person.set_timer(5)