From 9e6dc529833d17374a73bae1f30c7970f936f7cc Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 30 Dec 2011 09:59:47 -0700 Subject: Functions exists/delete work now. --- test.stage | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test.stage') diff --git a/test.stage b/test.stage index 516471d..060e11d 100644 --- a/test.stage +++ b/test.stage @@ -48,6 +48,10 @@ situation <> display("This is the setup phase for start, " + name); sillyDisplay( "Hello", name == player.name ); + display( exists(name) ); + delete( name ); + display( exists(name) ); + getThing(); myGoto( <> ); display("You shouldn't see this."); -- cgit v1.2.3