progress
This commit is contained in:
@@ -15,3 +15,21 @@ func _on_gnomes_cottage_interacted() -> void:
|
||||
|
||||
func _on_spooky_house_exterior_interacted() -> void:
|
||||
$kq4_017_spooky_house_exterior.default_script(self)
|
||||
|
||||
|
||||
func _on_gravestones_looked() -> void:
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(ego, "Each tombstone has an epitaph written on it.")
|
||||
).build(self, "_on_script_complete"))
|
||||
|
||||
|
||||
func _on_tree_looked() -> void:
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(ego, "An old, rotting tree adds appropriate charm to the decrepit cemetery.")
|
||||
).build(self, "_on_script_complete"))
|
||||
|
||||
|
||||
func _on_room_looked() -> void:
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(ego, "This run-down, gloomy cemetery gives you the creeps!")
|
||||
).build(self, "_on_script_complete"))
|
||||
|
||||
Reference in New Issue
Block a user