A. M. DeWitt wrote on Sat, Dec 31, 2022 03:14 AM UTC:
When using the allow command, am I correct that the word in the word/number argument pair does not have to be a command or keyword?
Example:
allow ... one 2 two 2 onetwo 2 ...; // I was planning on using this to get around a very annoying bug I found in a future version of Suzumu Shogi's GC preset (with multi-capturing versions of the jumping Generals).
Edit: I answered my own question. You can use custom commands in allow, provided that for each custom command you include a subroutine in your Pre-Game code like the one shown below.
When using the allow command, am I correct that the word in the word/number argument pair does not have to be a command or keyword?
Example:
allow ... one 2 two 2 onetwo 2 ...; // I was planning on using this to get around a very annoying bug I found in a future version of Suzumu Shogi's GC preset (with multi-capturing versions of the jumping Generals).
Edit: I answered my own question. You can use custom commands in allow, provided that for each custom command you include a subroutine in your Pre-Game code like the one shown below.