This commit is contained in:
2026-03-05 22:47:43 -08:00
parent a2eb4de815
commit 8cfae8dea2
285 changed files with 2814 additions and 11 deletions

View File

@@ -11,3 +11,15 @@ func _on_mountain_path_to_dark_castle_interacted() -> void:
func _on_dense_forest_interacted() -> void:
$kq4_029_dense_forest.default_script(self)
func _on_room_looked() -> void:
start_main_script(ScriptBuilder.init(
ScriptBuilder.say(ego, "A mountain range rises to the east from the forest. A narrow path winds steeply up the side of it.")
).build(self, "_on_script_complete"))
func _on_mountain_looked() -> void:
start_main_script(ScriptBuilder.init(
ScriptBuilder.say(ego, "Jagged mountain peaks rise above. The path looks treacherous.")
).build(self, "_on_script_complete"))