



chesslover89 wrote:or u can copy the flag code from old ytoics.pl and paste in yay.pl...

chesslover89 wrote:Uncheck the auto flag option from winboard and try flagging ozzie manually ...
i dont think flagging is engine specific..... works 100% fine with my yay.pl ... or u can copy the flag code from old ytoics.pl and paste in yay.pl...


sub ics_flag {
unless (defined($primary)) {
iprint "You are not playing a game.\n";
prompt;
return;
}
my $t=$tables[$primary];
if (($t->[3] != $pme and $t->[4] != $pme)
or $t->[10]) {
iprint "You are not playing a game.\n";
prompt;
return;
}
my $opp = int($t->[3] == $pme);
if (&top_timeleft($t, $opp) > 0) {
iprint "Your opponent is not out of time.\n";
} else {
iprint "Flagging...\n";
nprinttop($t,0x49,chr($opp));
}
prompt;
return;
}




mimzee wrote:i dont have any chess program, how can i download a free one? cause i dont have the money to buy one


Users browsing this forum: No registered users and 0 guests