ok, Im using a case statement, but it doesnt seem to be working.
I want it to wither move the compass 'E', or 'W'. But its only moving it 'E'.
This is what my case statement looks like.
That looks like it would work, but its not and im confused. Is there any other way I can do this? Thanks.SCAR Code:case Random(2) of
0: MakeCompass('W');
1: MakeCompass('E');
end;
- Jr



Reply With Quote



