diff options
Diffstat (limited to 'test.stage')
-rw-r--r-- | test.stage | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -57,5 +57,11 @@ situation <<stuff>> | |||
57 | enter | 57 | enter |
58 | { | 58 | { |
59 | display('''Entered stuff''' + player.name); | 59 | display('''Entered stuff''' + player.name); |
60 | count = 0; | ||
61 | while count < 5 do | ||
62 | { | ||
63 | display('thing to count!'); | ||
64 | count += 1; | ||
65 | } | ||
60 | } | 66 | } |
61 | } | 67 | } |