
Hi everyone, I have some characters with a lot of infos, some of them are auto-calculated by theirs sheets. I want to do a macro that tell me (the GM) all of thoses infos. I have thoses calculated numbers that my macro can't seem to calculate. For example : Physical evasion is (DEF+ADDEDDEF)/5, DEF and ADDEDDEF are attributes. I started with this, it give me the numbers but doesn't calcule it : /w gm {@{selected|DEF}+@{selected|ADDEDDEF}}/5 What it gives me: {5+9}/5 What do i do wrong? Also, i can select some variables from my character sheet for my bars wich are not in my attributes, can i call them for my macro too?