Turgid Bolk
09-16-2007, 03:19 PM
I'm making a custom character sheet for use by my group, and want to make a macro that automatically rolls for their attributes. First I tried making it find their Body score:
Body: [Q1d20.vs([!@Body@!])]
Which works exactly how it should. But when I try to make it specific to a character sheet, (like the one called Oddom, here):
Body: [Q1d20.vs([!@Oddom::Body@!])]
It spits out Body: 1d20.vs([Oddom::Body)] instead of rolling against his Body score. I tried to follow the documentation page (http://openrpg.wrathof.com/faq/Complex_Dice_Rolling), but it didn't work even after copying the syntax right from that page. Any help would be greatly appreciated!
Body: [Q1d20.vs([!@Body@!])]
Which works exactly how it should. But when I try to make it specific to a character sheet, (like the one called Oddom, here):
Body: [Q1d20.vs([!@Oddom::Body@!])]
It spits out Body: 1d20.vs([Oddom::Body)] instead of rolling against his Body score. I tried to follow the documentation page (http://openrpg.wrathof.com/faq/Complex_Dice_Rolling), but it didn't work even after copying the syntax right from that page. Any help would be greatly appreciated!