Right so I noticed that LoggedIn isn't working properly for me sometimes (other times, it works flawlessly).
If you look at the following...
You should notice, automatically, that I should never see "boo1:: x" unless if my character is logged out, right? Wrong apparently. While running a script, the script has now stopped twice (within 10minutes), outputting that message.Code:if not(loggedIn) then begin if activePlayers<=1 then begin writeln('boo1:: ' + inttostr(activePlayers)); players[currentplayer].active:=false; break; end; end;
Yes, I have completely closed and restarted SCAR numerous times.
Any ideas as to whats going wrong?


Reply With Quote






