Initial commit of Escoria-Reloaded. Still a lot of missing stuff.
This commit is contained in:
14
game/rooms/room5/esc/wall_item.esc
Executable file
14
game/rooms/room5/esc/wall_item.esc
Executable file
@@ -0,0 +1,14 @@
|
||||
:look
|
||||
> [! dialog_advance]
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user