diff options
Diffstat (limited to 'test.stage')
-rw-r--r-- | test.stage | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | { |