Using trigger for multiple dice rolling SOLVED!

If I have a token (I’ll call gun) and want to make it trigger the roll of say 3 dice as well as play a gun sound, What would the trigger set up have to look like?

I’ve got it to where I can press “CTRL F” to fire the gun and the trigger plays the sound but it doesn’t roll the dice with the KeyStrokes I’ve defined for them.

Here’s what I have so far:

Description: Roll Dice
Trigger when Properties match:
Menu Command: Fire Gun KeyStroke: CTRL F
Watch for these Keys:

Perform these KeyStrokes:
CTRL P
CTRL 3
CTRL 4
CTRL 5

The Dice KeyStrokes are:
CTRL 1
CTRL 2
CTRL 3
CTRL 4
CTRL 5
CTRL 6

Play sound is:
CTRL P

All the KeyStrokes work, I just can’t get the dice ones to work in the trigger. Am I overlooking something?

Thanks

Hi,

Please check out this thread:

vassalengine.org/forums/viewtopic.php?t=2217

B.


Messages mailing list
Messages@forums.vassalengine.org
forums.vassalengine.org/mailman/ … engine.org

Post generated using Mail2Forum (mail2forum.com)

Thank you very much Brent, That helped a lot.

Much appreciated!