You have no J to drop with the * operator for move: MOVE: J*origin.
In the end of pregame I have:
setsystem starpath ((!p2)(!p9));
reserve first J;
reserve second j;
allow drops 2;
and
in the end of postmove1 I have:
verify == space p2 J;
if > turn 8:
delete p2;
elseif not $answered and == mln $maxmln:
ask "Do you want to insert your joker now?" "Yes" J*origin "No";
endif;
There is also the need to check for flags but for now I'd like to understand why I receive this error. Thanks!
Edit:
I have deleted the reserve commands. Now it just does nothing.
I still get the same error:
ILLEGAL: R a1-d1; J*origin on turn 1:
You have no J to drop with the * operator for move: MOVE: J*origin.
In the end of pregame I have:
setsystem starpath ((!p2)(!p9));
reserve first J;
reserve second j;
allow drops 2;
and
in the end of postmove1 I have:
verify == space p2 J;
if > turn 8:
delete p2;
elseif not $answered and == mln $maxmln:
ask "Do you want to insert your joker now?" "Yes" J*origin "No";
endif;
There is also the need to check for flags but for now I'd like to understand why I receive this error. Thanks!
Edit:
I have deleted the reserve commands. Now it just does nothing.