Well, heres my error I'm having in Login.scar. When I run it on SCAR 2.03 it just says out of range error, and then of course, in SCAR Divi it opens up the Login.scar in a new tab (not sure if everybody knew of that feature, but thats what it does when a error occurs in the includes).
[Runtime Error] : Out Of Range in line 391 in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Login.scar
Odd huh? It happens when I use this procedure I made:
SCAR Code:procedure JADPlayer(TF: Boolean);
begin
NextPlayer(TF);
JADCompass;
GameTab(4);
HighestAngle;
LoadsNumB := 0;
end;
I tried making it function JADPlayer too, but that didn't make a difference. This wouldn't compile for you because JADCompass and LoadsNumB are functions and variables in my script
If anybody can help me out that'd be GREAT!








Reply With Quote





