progress
This commit is contained in:
@@ -15,3 +15,21 @@ func _on_green_meadow_interacted() -> void:
|
||||
|
||||
func _on_open_ocean_interacted() -> void:
|
||||
$kq4_031_open_ocean.default_script(self)
|
||||
|
||||
|
||||
func _on_dock_looked() -> void:
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(ego, "You see a shabby little house, with a pier, in the distance.")
|
||||
).build(self, "_on_script_complete"))
|
||||
|
||||
|
||||
func _on_cottage_looked() -> void:
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(ego, "You see a shabby little house, with a pier, in the distance.")
|
||||
).build(self, "_on_script_complete"))
|
||||
|
||||
|
||||
func _on_room_looked() -> void:
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(ego, "You stand on a beautiful beach.")
|
||||
).build(self, "_on_script_complete"))
|
||||
|
||||
Reference in New Issue
Block a user