noob help please

b0n3r,
Dogboy has an excellent post on how to improve the behavior of Player Hands. Admittedly, I never use them myself, but I recall this working perfectly:
https://forum.vassalengine.org/t/help-for-a-newbie/4656/1
Essentially:

  1. Have the Player Hand window send a command to all pieces ending movement on the map; this should be a Trigger Action which then calls a Send to Location to the position of the first piece.
  2. Avoid infinite loops with a Property Match Expression in the Trigger Action (‘only apply when properties match:’) - either check OldMap != NewMap or set a dynamic property such as ‘Moving’ as described in dogboy’s post.

I realize this is brief, so let us know if you have any trouble implementing it.

-Seth