rexrainbow
Thank you for all these awsome plugins!
I have two questions because I seem not to understand some basics:
When I use ?(GridMove): Can move to the relative X offset? is e.g. 1 for ?right? and -1 for ?left?, isn?t it?
Because I want to check if a chess could move to left or right so I use 1 | -1 as an expression but it seems not to work.
My second question is how to check whether the chess above or under the picked chess has a given property/is of a given kind.
Below is a screenshot of a function I use.
<img src="http://s22.postimg.org/q1itpivkh/exmp.jpg" border="0" />
I would like to replace the ?GridMove can move to Left? condition with something expressing left or right at once.
And I would also like to check if the chess\instance under the picked one is type A or B / has local variable X or whatever. So the action is only performed if it is e.g. above a cycle chess and not a square chess.
I really hope I could paraphrase what I thought :D