I need to do some manual stuff on my bots and would like a simple "click button > program logs out, logs into next player"
I know how to use NextPlayer... having trouble coming up with a way to tell the script to log into the next player. Any ideas?
I need to do some manual stuff on my bots and would like a simple "click button > program logs out, logs into next player"
I know how to use NextPlayer... having trouble coming up with a way to tell the script to log into the next player. Any ideas?

NextPlayer(false); <-- that makes it so that it won't go back on the player it just logged out..
NextPlayer(true); <-- will make it go on the account it was on when it gets back to that player..
is that what you mean?
I mean i want to log onto one player - > do stuff manually (do a quest, go to GE, buy weapons) then press a button or something and SCAR would log me out and log into next player.
What I need help fguring out is how to tell the script to change to the next player when I want it to. follow?
if iskeydown('whateverkey') then
Logout;
NextPlayer(true);
something like that....
this is taken from scar manual
Code:function IsKeyDown(C: Char): Boolean; Checks if the given key is down. Example: if(IsKeyDown('a'))then Writeln('You have pressed "a". Congratulations!');
There are currently 1 users browsing this thread. (0 members and 1 guests)