summaryrefslogtreecommitdiff
path: root/test.stage
diff options
context:
space:
mode:
Diffstat (limited to 'test.stage')
-rw-r--r--test.stage4
1 files changed, 4 insertions, 0 deletions
diff --git a/test.stage b/test.stage
index 516471d..060e11d 100644
--- a/test.stage
+++ b/test.stage
@@ -48,6 +48,10 @@ situation <<start>>
48 display("This is the setup phase for start, " + name); 48 display("This is the setup phase for start, " + name);
49 sillyDisplay( "Hello", name == player.name ); 49 sillyDisplay( "Hello", name == player.name );
50 50
51 display( exists(name) );
52 delete( name );
53 display( exists(name) );
54
51 getThing(); 55 getThing();
52 myGoto( <<stuff>> ); 56 myGoto( <<stuff>> );
53 display("You shouldn't see this."); 57 display("You shouldn't see this.");