Does it mean you train several accounts with 1 script?
Like log player 1 out log player 2 in and continute the script??
Ty for helping me
Does it mean you train several accounts with 1 script?
Like log player 1 out log player 2 in and continute the script??
Ty for helping me
Yes, it will run with as many player u want, and if one returns false it will never be logged in but if it keeps on true it will keep running etc.
~Hermen
what it does is
you fill in all your players
when 1 player is done (for example.. did xxx loads)
it will go to the next player
and will repeat that
if 1 player goes false (for example.. by an unsolvable random), it will never login back.. but the other players will![]()
Players[0].Name := 'player1';
Players[1].Name := 'player2';
Players[2].Name := 'player3';
Players[3].Name := 'player4';
When [0] fails, it goes on to [1].
When [1] fails, it goes on to [2].
etc...
That is of course if you have incorporated NextPlayer into your script.
There is also a procedure RandomNextPlayer
Project: Welcome To Rainbow
There are currently 1 users browsing this thread. (0 members and 1 guests)