From e9ca0738a4b18032151af42baca1f88629408d52 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 29 Dec 2011 23:43:25 -0700 Subject: While loops work perfectly :) --- test.stage | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test.stage') diff --git a/test.stage b/test.stage index c19dac9..3fa32c0 100644 --- a/test.stage +++ b/test.stage @@ -57,5 +57,11 @@ situation <> enter { display('''Entered stuff''' + player.name); + count = 0; + while count < 5 do + { + display('thing to count!'); + count += 1; + } } } -- cgit v1.2.3