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

@@ -15,3 +15,15 @@ func _on_beach_at_river_delta_interacted() -> void:
func _on_forest_path_interacted() -> void:
$kq4_027_forest_path.default_script(self)
func _on_room_looked() -> void:
start_main_script(ScriptBuilder.init(
ScriptBuilder.say(ego, "A cold river carves its way through this lush flowery meadow.")
).build(self, "_on_script_complete"))
func _on_meadow_looked() -> void:
start_main_script(ScriptBuilder.init(
ScriptBuilder.say(ego, "Wildflowers dot the meadow along the banks of the flowing river.")
).build(self, "_on_script_complete"))