progress
This commit is contained in:
@@ -21,9 +21,3 @@ 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"))
|
||||
|
||||
Reference in New Issue
Block a user