extends Scene func _on_room_looked() -> void: pass func _on_kq4_068_the_foyer_interacted() -> void: var target_scene = load("res://scenes/kq4_068_the_foyer/kq4_068_the_foyer.tscn") if target_scene: get_tree().change_scene_to_packed(target_scene)