I have a problem with the apothecary presets.
The ones that are in their final shape give an error at this code (second line-1061)
1060 for (from piece) fn friends
1061 for to fn join const alias #piece "-Range" #from
1062 if fn const alias #piece #from #to and not fn friend space #to and onboard #to
1063 move #from #to
1064 if not sub checked cond == #from #kingpos #to #kingpos
1065 setlegal #from #to
1066 endif
1067 endif
1068 restore
1069 next
1070 next
Do other presets have the same problem, as I remember mine working the last time I had checked?
I have a problem with the apothecary presets. The ones that are in their final shape give an error at this code (second line-1061)
1060 for (from piece) fn friends 1061 for to fn join const alias #piece "-Range" #from 1062 if fn const alias #piece #from #to and not fn friend space #to and onboard #to 1063 move #from #to 1064 if not sub checked cond == #from #kingpos #to #kingpos 1065 setlegal #from #to 1066 endif 1067 endif 1068 restore 1069 next 1070 next
Do other presets have the same problem, as I remember mine working the last time I had checked?