progress
This commit is contained in:
@@ -15,3 +15,15 @@ func _on_oceanside_interacted() -> void:
|
||||
|
||||
func _on_river_meadow_interacted() -> void:
|
||||
$kq4_026_river_meadow.default_script(self)
|
||||
|
||||
|
||||
func _on_room_looked() -> void:
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(ego, "A green meadowland, filled with beautiful wildflowers, surrounds you.")
|
||||
).build(self, "_on_script_complete"))
|
||||
|
||||
|
||||
func _on_meadow_looked() -> void:
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(ego, "The meadow is filled with wildflowers and tall grass. A few trees dot the landscape.")
|
||||
).build(self, "_on_script_complete"))
|
||||
|
||||
Reference in New Issue
Block a user