Use Home room

This commit is contained in:
2023-02-07 23:28:14 +01:00
parent e95f081cff
commit 9c392c0ea4
10 changed files with 10 additions and 13 deletions

View File

@@ -1,13 +1,13 @@
:look
> [eq dialog_advance 0]
say player ROOM1_look_wall_item_1:"I don't know what that stuff is."
say player ROOM1_look_wall_item_1:"111 I don't know what that stuff is."
set_global dialog_advance 1
stop
> [eq dialog_advance 1]
say player ROOM1_look_wall_item_2:"I REALLY don't know what that stuff is."
say player ROOM1_look_wall_item_2:"111 I REALLY don't know what that stuff is."
set_global dialog_advance 2
stop
> [eq dialog_advance 2]
say player ROOM1_look_wall_item_3:"No, SERIOUSLY, I have no idea what that is!"
say player ROOM1_look_wall_item_4:"Please stop asking me that!"
say player ROOM1_look_wall_item_3:"111 No, SERIOUSLY, I have no idea what that is!"
say player ROOM1_look_wall_item_4:"111 Please stop asking me that!"
stop

View File

@@ -1,13 +1,13 @@
:look
> [eq dialog_popup_advance 0]
say player ROOM1_look_wall_item_1:"I don't know what that stuff is." avatar
say player ROOM1_look_wall_item_1:"222 I don't know what that stuff is." avatar
set_global dialog_popup_advance 1
stop
> [eq dialog_popup_advance 1]
say player ROOM1_look_wall_item_2:"I REALLY don't know what that stuff is." avatar
say player ROOM1_look_wall_item_2:"222 I REALLY don't know what that stuff is." avatar
set_global dialog_popup_advance 2
stop
> [eq dialog_popup_advance 2]
say player ROOM1_look_wall_item_3:"No, SERIOUSLY, I have no idea what that is!" avatar
say player ROOM1_look_wall_item_4:"Please stop asking me that!" avatar
say player ROOM1_look_wall_item_3:"222 No, SERIOUSLY, I have no idea what that is!" avatar
say player ROOM1_look_wall_item_4:"222 Please stop asking me that!" avatar
stop

View File

@@ -57,10 +57,7 @@ margin_top = 3.0
margin_right = 89.0
margin_bottom = 24.0
custom_fonts/font = ExtResource( 3 )
text = "ROOM 1"
__meta__ = {
"_edit_use_anchors_": false
}
text = "HOME"
[node name="advice" type="Label" parent="ESCBackground"]
anchor_right = 0.023274