[ Help | Earliest Comments | Latest Comments ][ List All Subjects of Discussion | Create New Subject of Discussion ][ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]Single Comment Apothecary Chess-Modern. Large board variant obtained through tinkering with known games.[All Comments] [Add Comment or Rating] 💡📝Aurelian Florea wrote on Wed, May 27, 2020 04:57 AM UTC:Fergus, I got stuck at the command that checks if the number of turns is larger than 8. How do I proerly write this? My code uses: if mln > 8 : delete p2; else:... This is always true for some reason. Commen t edit. Moreover I cannot use setsytem starpath as it gives the error You may not set $starpath(!p2 with setsystem.
Fergus,
I got stuck at the command that checks if the number of turns is larger than 8. How do I proerly write this?
My code uses:
if mln > 8 :
delete p2;
else:...
This is always true for some reason.
Commen t edit.
Moreover I cannot use setsytem starpath as it gives the error You may not set $starpath(!p2 with setsystem.