[SCAR]Program Tut;
{.Include SRL\SRL\Misc\Smart.Scar}
{.Include SRL\SRL.Scar}
{.Include SRL\SRL\Reflection\Reflection.Scar}
procedure SetupPlayer;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
SRLId := '2670';
SRLPassword := 'blink182';
Players[0].Name := '****';
Players[0].Pass := '****';
Players[0].Nick := 'ass';
Players[0].Active := True;
end;
Var
Bank: TPointArray;
Procedure Setup;
Begin
SetArrayLength(Bank, 3);
Bank[0] := IntToPoint(3034, 3355);
Bank[1] := IntToPoint(3019, 3361);
Bank[2] := IntToPoint(3014, 3355);
End;
Function WalkToBank: Boolean;
Begin
Result := WalkThePath(ToBank);
End;
begin
SmartSetupEx(14, true, true, false);
SetTargetDC(SmartGetDC);
SetupSRL;
Setup;
LoginPlayer;
SetAngle(True);
SetupReflection;
WalkToBank;
end.SCAR]
Oki ive made this with the tut from http://www.villavu.com/forum/showthr...=33551?t=36307..
When i hit run at this i get the error:
Line 36: [Error] (16570:11): Unknown identifier 'WalkThePath' in script C:\Users\sondre\Documents\lala\helps.scar
Now im noob here so help me pleaseand if somone wonder where this one walks, it walks from here:
![]()


and if somone wonder where this one walks, it walks from here:
Reply With Quote










