hey i have this:
SCAR Code:MakeCompass('N');
RunTo('E', True);
Wait(7000 +Random(3000));
RunBack;
and i try to compile it and it says invalid number of parameters
what do i do?
T ~ M
hey i have this:
SCAR Code:MakeCompass('N');
RunTo('E', True);
Wait(7000 +Random(3000));
RunBack;
and i try to compile it and it says invalid number of parameters
what do i do?
T ~ M
Just use RunAway, all that in one line
procedure RunAway(dir: string; RunFar: Boolean; Action, WaitTime: Integer);
EDIT: And yes, MapWalk.scar doesn't even have RunBack, update to SRL Rev #10
There are currently 1 users browsing this thread. (0 members and 1 guests)