summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-12-30 11:12:45 -0700
committerMike Buland <eichlan@xagasoft.com>2011-12-30 11:12:45 -0700
commit5898cb722a225ca6a876152ae365c2de3a6e81ac (patch)
treef32da72b7d0d252cbb0208e3999c12b7986cb881
parent59f94f34ea25ce8613849bad43faf022b9ed5f5d (diff)
downloadstage-5898cb722a225ca6a876152ae365c2de3a6e81ac.tar.gz
stage-5898cb722a225ca6a876152ae365c2de3a6e81ac.tar.bz2
stage-5898cb722a225ca6a876152ae365c2de3a6e81ac.tar.xz
stage-5898cb722a225ca6a876152ae365c2de3a6e81ac.zip
Simple test of command override, worked great.
-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";