
Hi. I've looked all over the forums for this one and can't find it. I know the wiki says that < and > already include = and it is reiterated a lot here. I've only seen workarounds for things that specifically will not work for my problem. So, I want to detail the game mechanic I am trying to put in a macro button and show you all the syntax I have so far. So, there's a weight (in tons) and gravity resistance rating (G's of earths gravity) and together these create the "Push Points", the number players have to roll over in order to push an object. Ok. So, I REALLY can't use >, which includes "greater than or equal to", because the "equal to" part means a failure to move the object. So, many players are struggling with adding the +1 every time they used the macro and we'd have to back track just to figure out what went wrong. Here's my syntax so far. &{template:default} {{name=ROLLS :: Pushing ?{Push Points Plus One? = (Weight plus Gravity Resistance and add one more)} ::}} {{?{Your character's name?} vs. ?{Object tons} tons in ?{Gravity Resistance rating?|1}=[[1d20cs>?{Push Points Plus One? = (Weight plus Gravity Resistance and add one more)}]]}} How do I do this? A simple "Greater than" WITHOUT the equals to included???