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