done
This commit is contained in:
@@ -15,3 +15,9 @@ func _on_beach_2_interacted() -> void:
|
||||
|
||||
func _on_open_ocean_interacted() -> void:
|
||||
$west_exit.default_script(self)
|
||||
|
||||
|
||||
func _on_fishermans_house_looked() -> void:
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(ego, "The fisherman's shack looks badly in need of repair, as the sun, wind, and salt spray have taken their toll. From the house, an old pier leads out into the ocean.")
|
||||
).build(self, "_on_script_complete"))
|
||||
|
||||
Reference in New Issue
Block a user