Update
[Plugin] Board
- add "condition:Pick chess at Logic X,Y,Z"
- "condition:Pick chess above tile UID", now the parameter of tile's UID could be number, or a JSON string for a list of tiles. It is useful to get chess from instance group.
For example
<img src="http://i1081.photobucket.com/albums/j352/rexrainbow1/screen-1_zps55208f2e.png" border="0" />
The tiles with matched symbol will be saved into instance group "match 3".
Use expression: GroupToString("match 3") to get tile's UID in JSON string. Then put this string in parameter of tile's UID.
+ Pick chess above tile UID: InstGroup.GroupToString("match 3")