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_island_beach_interacted() -> void:
func _on_island_shore_interacted() -> void:
$kq4_041_island_shore.default_script(self)
func _on_room_looked() -> void:
start_main_script(ScriptBuilder.init(
ScriptBuilder.say(ego, "You stare out at the ocean and the white sand beach of this secluded island. From the middle of the island, a majestic ivory palace towers, surrounded by a lovely manicured garden.")
).build(self, "_on_script_complete"))
func _on_beach_looked() -> void:
start_main_script(ScriptBuilder.init(
ScriptBuilder.say(ego, "The warm sand feels nice between your toes. Palm trees sway in the breeze.")
).build(self, "_on_script_complete"))