🕸📝Fergus Duniho wrote on Tue, Apr 7, 2020 06:44 PM UTC:
I don't understand what you are trying to say.
You said:
The only thing is that the definition of king is used rather than an apothecary king and then an alias with king.
That's a bug. It should show the description for the Apothecary_King. This bug is due to you using older code that is not bug-free. This buggy code is in your Post-Move sections. The Chess preset has up-to-date bugfree code in its Post-Move sections. The bug is in this line:
You said:
That's a bug. It should show the description for the Apothecary_King. This bug is due to you using older code that is not bug-free. This buggy code is in your Post-Move sections. The Chess preset has up-to-date bugfree code in its Post-Move sections. The bug is in this line:
set desc join #name "-Desc";
This should be:
set desc join realname #name "-Desc";