SCAR Code:{ if not(loggedin) then exit; }
if Players[currentplayer].strings[0] = 'a' then
begin
Gives me out of random in line 602
(if players[currentplayer].strings[0] = 'a' then)
What have I done wrong?
SCAR Code:{ if not(loggedin) then exit; }
if Players[currentplayer].strings[0] = 'a' then
begin
Gives me out of random in line 602
(if players[currentplayer].strings[0] = 'a' then)
What have I done wrong?
Active only during the Summer...
post the whole script, you might be out of range in your array
http://www.macrosoftinc.com/ ---WTF COPIERS!!!
The problem is probebly on the line before 602.
I assume you called SetupSRL AND NumberOfPlayers?
If not, call them first![]()
I made a new script, check it out!.
Active only during the Summer...
It compiles fine for me. You had a couple syntax errors because you didn't choose the x and y coordinates for some of your DDTM points, but I didn't receive any errors after I fixed those.
:-)
You haven't called the DeclarePlayers procedure in the script you posted. You have it as a procedure, but you haven't placed it within your main loop. That should fix your problems.
:-)
There are currently 1 users browsing this thread. (0 members and 1 guests)