Global Key Command-Fixed Number of Pieces Not Working

Dear All,

I have encountered a problem when using the:

global key command- within a Deck, apply to: Fixed number of pieces

when I set the number to be 2, this global key command trait should only apply to
2 pieces within a certain range , but this command will apply to all units within this
range when I tested my module.

Does anyone know how to solve it ? I am making my first module and really
need this trait to work.

The ‘within a Deck, apply to: Fixed number of pieces’ only applies to pieces in a Deck that within range 2 of your piece. Any pieces not within a deck that are within range 2 of your piece are not affected in any way by this setting.

To do what I think you want to do, you will need to use a Global property (GP) to count up how many times the GKC has been applied. The source piece will initialise the GP to 2, then send the GKC to all units in range. Each unit in range will need a Trigger that checks if the GP is > 0 and if so, reduce the GP by 1 and execute the command.

Regards,
brent

Yeah, Ok, I get the idea, the pieces must be within a certain deck for this GKC to work,
I just thought it would be working while the pieces are within the same map,
relative new to design vassal module.
thanks :smiley: