summaryrefslogtreecommitdiff
path: root/test.stage
diff options
context:
space:
mode:
Diffstat (limited to 'test.stage')
-rw-r--r--test.stage5
1 files changed, 5 insertions, 0 deletions
diff --git a/test.stage b/test.stage
index 38e3735..0963143 100644
--- a/test.stage
+++ b/test.stage
@@ -69,6 +69,11 @@ situation <<stuff>>
69 { 69 {
70 display("You can't eat " + object ); 70 display("You can't eat " + object );
71 } 71 }
72
73 command: "eat" object "now"
74 {
75 display("Alright, fine, eat " + object + " now..." );
76 }
72 77
73 setup 78 setup
74 { 79 {