diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-12-30 11:12:45 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-12-30 11:12:45 -0700 |
commit | 5898cb722a225ca6a876152ae365c2de3a6e81ac (patch) | |
tree | f32da72b7d0d252cbb0208e3999c12b7986cb881 | |
parent | 59f94f34ea25ce8613849bad43faf022b9ed5f5d (diff) | |
download | stage-5898cb722a225ca6a876152ae365c2de3a6e81ac.tar.gz stage-5898cb722a225ca6a876152ae365c2de3a6e81ac.tar.bz2 stage-5898cb722a225ca6a876152ae365c2de3a6e81ac.tar.xz stage-5898cb722a225ca6a876152ae365c2de3a6e81ac.zip |
Simple test of command override, worked great.
Diffstat (limited to '')
-rw-r--r-- | test.stage | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -65,6 +65,11 @@ situation <<start>> | |||
65 | 65 | ||
66 | situation <<stuff>> | 66 | situation <<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"; |