From 5898cb722a225ca6a876152ae365c2de3a6e81ac Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 30 Dec 2011 11:12:45 -0700 Subject: Simple test of command override, worked great. --- test.stage | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test.stage') diff --git a/test.stage b/test.stage index 060e11d..38e3735 100644 --- a/test.stage +++ b/test.stage @@ -65,6 +65,11 @@ situation <> situation <> { + command: "eat" object + { + display("You can't eat " + object ); + } + setup { situation.thing = "Just a thing"; -- cgit v1.2.3