Update
rex_miniboard plugin
- Add Expression:MaxLX , Expression:MaxLY, Expression:MinLX, Expression:MinLY
AndreasR
Current board width = (Expression:MaxLX - Expression:MinLX) + 1
Current board height = (Expression:MaxLY - Expression:MnLY) + 1
But miniboard does not have configurations to set board width or board height, i.e. miniboard does not have boundaries.
Main board (rex_board) has Width and Height properties, and they are also the boundaries of board.
Hi rexrainbow
thank you very much for your fast help!
Just another question.
I have a board (isometric) and I let fly a minibord down from above.
The player needs to break out the chess's so the minimap fits into it.
However even if I break out all chess, it says "put rejected".
When I drag it, it works fine.
Is there a way to use the "Miniboard Touch" behavior to simulate a drop which needs no user input?
Or have you another solution for this?