Hello. I'm running a G.U.R.P.S. game. For those unaware of gurps, it's a 3d6, roll target or under system. Ie: roll 3d6 and get 11 or less total on them. I have 2 problems, one of which impacts the other. 1-I want to be able to (in the chat) manually roll a test. For example /roll 3d6<11. Unfortunately instead of seeing if the 3 dice are less than 11, it check EACH DIE for being less than 11, and therefore returns 3 success every time, instead of 1 success/fail. Most of this I can do in a character sheet. The sheet is amazing, but sometimes I just need to roll by myself. Yes, I can manually look at the chat and see what the total is, but I'd much rather be able to have it generate the success/fail value. So, IS THIS POSSIBLE? If so, how? 2-I want to be able to do the above for numerous rolls. Lets say I need to know if any of 100 people pass the same check, like maybe poisonous gas, failures pass out. It would take waaaaaay too long to type in /roll 3d6 and look at the result 100 times. Is there some way to generate those 100 rolls in a single table like /roll 100d18<12 would generate? Unfortunately a d18 and 3d6 have radically different math. Thanks for your time all!