Is there a way to check which Grid location a piece is in?

Is there a way to check which Grid location a piece is in?

So, I have a grid on my mainboard, and if the piece is in a certain location I want to add to a certain players score via a Game Piece Inventory Window. I know I can do CurrentBoard and CurrentZone etc, but can I do CurrentGrid=2A ? or something like that?

Thanks!

On Oct 14, 2010, at 8:39 PM, eekamouse wrote:

Is there a way to check which Grid location a piece is in?

CurrentX: Current X Map co-ordinate of the piece.
CurrentY: Current Y Map co-ordinate of the piece.
CurrentZone: If the current map has a multi-zoned grid, then return
the name of the Zone the piece is in, or “” if the piece is not in any
zone, or not on a map.

See vassalengine.org/wiki/Faq_mo … ounters.3F

Dont forget LocationName either :slight_smile:

Sweet. LocationName was what I was looking for. Thanks for the help… again! :slight_smile: