any body not wanting to sift through the dice rolling thread for the correct syntax can read this post.
Use a colon instead of a semi-colon in the line below… : instead of ;
;aaa 1@1 1@2 1@3 1@4;
would roll 1 die at 1, 1 at 2 (or less), 1 at 3 (or less) and 1 at 4(or less)
the first number declares how many dice to roll, the @(at symbol) followed by a number tells the computer what number on a six sided die or lower equals a hit.
Here is the syntax for rolling 4 artillery and 2 fighters
;aaa 4@2 2@3;
again I switch the ; semi-colons with : colons to get this
Rolls: 4@2 2@3; Total Hits: 34@2: (4, 2, 4, 5)2@3: (2, 1)
Note: you cannot see the actual result until you post. Preview and edits will look strange.