Files
gymkhana-actions/game/rooms/room01/esc/wall_item_popupdialog.esc
2023-06-06 19:28:49 +02:00

16 lines
531 B
Plaintext
Executable File

:look
> [eq dialog_popup_advance 0]
say player ROOM1_look_wall_item_1:"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
set_global dialog_popup_advance 2
stop
> [eq dialog_popup_advance 2]
block_say
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
end_block_say
stop