
Originally Posted by
Smexyprince
**Someone Please Tell me How to Add RUN Command to the Script. Or Post the Script With RUN in It. Please will be highly Appreciated.
add this underneath setangle(true); on line 1076
so that the procedure looks like this
SCAR Code:
Procedure InitPlayer;
Var
I: Integer;
Begin
For I := 1 To 5 Do
If Not Players[CurrentPlayer].Booleans[I] Then
Begin
Case I Of
1: SetGraphics(4, '', '' ,'', '', '', '', '', '');
2: Retaliate(False);
3: SetAudio(0, 0, 0, Mono);
End;
Players[CurrentPlayer].Booleans[I] := True;
End;
GetAllLevels;
SetChat('on',1);
SetChat('friends',2);
SetChat('on',3);
SetAngle(True);
SetRun(True);
End;