14 lines
450 B
Plaintext
Executable File
14 lines
450 B
Plaintext
Executable File
:look
|
|
> [! dialog_popup_advance]
|
|
say player "I don't know what that stuff is." dialog_box_inset
|
|
set_global dialog_popup_advance 1
|
|
stop
|
|
> [eq dialog_popup_advance 1]
|
|
say player "I REALLY don't know what that stuff is." dialog_box_inset
|
|
set_global dialog_popup_advance 2
|
|
stop
|
|
> [eq dialog_popup_advance 2]
|
|
say player "No, SERIOUSLY, I have no idea what that is!" dialog_box_inset
|
|
say player "Please stop asking me that!" dialog_box_inset
|
|
stop
|