I am working on the GE Fire Maker, and when it calls a radial walking procedure, i wont it to select one of the 5 places (you dont click on the same exact square each time). How would i do this? Example please.
If I understand you right, you want to have 5 different ways of walking to the ge picked at random each time?
SCAR Code:case random(5) of
0: do walking to this place
1: do different walking to this place
2: ...
3: ...
4: ...
end;
Like that? Just put your radial walking and whatever in each of those. Although I'm really not sure radial walk is the best thing for walking about the GE.. Could be wrong, but maybe taking a look into DDTM's might be ideal.
There are currently 1 users browsing this thread. (0 members and 1 guests)