summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test.stage5
1 files changed, 5 insertions, 0 deletions
diff --git a/test.stage b/test.stage
index 060e11d..38e3735 100644
--- a/test.stage
+++ b/test.stage
@@ -65,6 +65,11 @@ situation <<start>>
65 65
66situation <<stuff>> 66situation <<stuff>>
67{ 67{
68 command: "eat" object
69 {
70 display("You can't eat " + object );
71 }
72
68 setup 73 setup
69 { 74 {
70 situation.thing = "Just a thing"; 75 situation.thing = "Just a thing";