[Runtime Error] : Exception: Access violation at address 006D5360 in module 'scar.exe'. Read of address 00000034 in line 24 in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/AntiRandoms/Box.scar
What can I do to fix this?"
[Runtime Error] : Exception: Access violation at address 006D5360 in module 'scar.exe'. Read of address 00000034 in line 24 in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/AntiRandoms/Box.scar
What can I do to fix this?"
You need a DeclarePlayers procedure;
SCAR Code:procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name := '';
Players[0].Pass := '';
Players[0].Nick := '';
Players[0].Active := True;
end;
make sure to call it as well
Project: Welcome To Rainbow
There are currently 1 users browsing this thread. (0 members and 1 guests)