fearlesskiller
01-19-2012, 02:27 AM
I don't know if i can do multiple threads for help i need and i know i wont ask help for everything i cant do , its just that i don't undestand this one and im pretty new to this.
I've been trying to compile a part of my script to test it, and it gives me that error: [Error] (40:1): Identifier expected at line 39
procedure MoveAngle;
begin
MakeCompass('N')
wait(100+random(116));
SetAngle(SRL_ANGLE_HIGH);
end;
I've been trying to compile a part of my script to test it, and it gives me that error: [Error] (40:1): Identifier expected at line 39
procedure MoveAngle;
begin
MakeCompass('N')
wait(100+random(116));
SetAngle(SRL_ANGLE_HIGH);
end;