
Hello I have a macro question I want to Build a shadowrun Macro to determine if a Contact will pick up when you try to call them. The logic for this is that you start with a dice pool of 13 from that you subtract the Contacts Connection rating (First number variable) that number of dice get thrown and everything above a and including a 5 is a success. That number of successes than should be put against a base value of 6 - The contacts Loyalty (Second Number Variable) No dice here just simple math. So far I did this with people having to use brains, like this: /me rolls to Call ?{Handle} [[(13 - ?{Connection})d6>5]] hits to a threshold of [[(6 - ?{Loyalty})]] What I would like is something like this (I know this doesn't work like this but i am fairly new to the Macro game so please forgive me, I am sure the whole problem is formatting/syntax based anyway.): /me rolls to Call ?{Handle} {{[[(13 - ?{Connection})d6>5]] > [[(6 - ?{Loyalty})]]}=Success} Any help is greatly appreciated.