
I have a few questions, but I'll start with some background: I just became a supporter a couple of days ago and I'm thinking about picking up a Mentor subscription as soon as I have the cash, (especially after seeing some of the freakin' sweet stuff the API can do) I started using Roll20 a couple of sessions ago to display my party's progress through an underground system of tunnels ultimately culminating in an assault on the enemy lair (Tzeentchian cultists for those who are 40k enthusiasts). We play a very RP-heavy game and I find that combat tends to drag and draws my players out of the zone, so I've spent the last two days looking into the macro system to see if I can keep combat down to a series of clicks instead of trying to remember your Ballistic Skill, how much damage your weapon does and whether or not you have any degrees of success. TL;DR : I'm relatively new to the Roll20 system and I want to make combat as simple as possible for my players. Does anyone have any really good set ups for running things like Penetration values, special rules like Tearing, and is there a way I can have the macro measure distance? Any suggestions for especially-helpful Attributes that I should record? I'm using the Bars for Wounds (red), Ammo (blue), and Fatigue (green) at the moment. The attack macro I currently have that I'm moderately happy with is this: /me fires his las carbine, picking targets carefully. [[1d100 < ((@{BS} +10 + ?{Modifiers?|0})]] The lasbolt impacts for [[1d10+4 - @{target|TB} - @{target|AP} + ?{Pen?|0}]] Energy damage. Thanks in advance for your help.