Files
gymkhana-actions/game/rooms/room01/esc/wall_item.esc
2021-07-06 10:25:09 +02:00

14 lines
355 B
Plaintext
Executable File

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