Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Bash by fff ( 15 years ago )
if (%c.startgame) && (%c.gametype == autochal) {
if (%c.gamecreator != %u) { notice $nick You havent enough access to 3.confirm | return }
if (!%c.startgame.confirmed) {
if ($numtok(%c.playerpool,32) < 10) { notice $nick Not enough players have signed in | return }
describe %ch Player $usercolor(%u) has confirmed gamestart
mode %ch +m
set %c.autochal.pikers.avaliable %c.playerpool
%c.picker1 = $get_best_cap(%c.autochal.pikers.avaliable)
%c.picker2 = $get_best_cap(%c.autochal.pikers.avaliable)
set %c.autochal.pikers.avaliable
set %c.sentinel %c.picker1
set %c.scourge %c.picker2
Revise this Paste