extends Interaction func _ready(): add_action("Add Ash", add_ash) func add_ash(): get_parent().show_ash_barrel_window ()