Left click launches action1 and right click action2

This commit is contained in:
2023-02-10 17:45:26 +01:00
parent 488978cb1a
commit b5c96bad3e
3 changed files with 26 additions and 25 deletions

View File

@@ -1,13 +1,5 @@
:action1
say player "Action 1"
:action2
> [eq dialog_advance 0]
say player ROOM1_look_wall_item_1:"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."
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!"
stop
say player "Action 2"