 |
Idre Newbie
Joined: 25 Aug 2002 Posts: 5 Location: Belgium
|
Posted: Sun Aug 25, 2002 9:18 pm
Bizarre walk problem (6.34) |
Since I just started the evaluation period I decided to use the beta release. For some reason I can't access the beta forums so bear with me.
I have two variables: currcycle and cycle. These are just a counter and a string list of room numbers respectively.
This is what fires in my trigger:
#WALK %item( @cycle, @currcycle)
#ADD currcycle 1
#IF (@currcycle > %numitems( @cycle)) {#VAR currcycle 1}
The above doesn't work. It correctly handles the currcycle part, but it never walks anywhere.
The below when entered into the command line _does_ work:
#walk %item(@cycle, @currcycle)
The only difference is the lack of space between ( and @. When I hit save in the trigger editing window it adds that space.
What to do? |
|
|
 |
Idre Newbie
Joined: 25 Aug 2002 Posts: 5 Location: Belgium
|
Posted: Sun Aug 25, 2002 9:27 pm |
Please disregard this. I blame it on the gremlins. It all works fine now.
|
|
|
 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sun Aug 25, 2002 11:55 pm |
You can't access the Beta forum because you haven't applied for it. The application is linked from the Forum main page (click the Forums link at the top of this page). Approval is automatic.
LightBulb
Senior Member |
|
|
 |
|
|