Page 5 of 5
Re: Roll20 setup guide
Posted: Sun Jan 17, 2016 6:20 pm
by uhu79
Yes this stylesheet works with any account as do the macros.
Re: Roll20 setup guide
Posted: Mon Jan 18, 2016 12:32 am
by Ghorin
Thanks uhu79
Re: Roll20 setup guide
Posted: Tue Jan 19, 2016 12:20 am
by Heilemann
Only the automation requires a paid account.
Re: Roll20 setup guide
Posted: Fri Apr 15, 2016 9:23 pm
by Ghorin
Hi,
I'm trying to write a few macros using attributes from the character sheet but i don't find the name of the second value of each attribute. For example, i want to use the max value of Endurance, but what is its attribute name ? The same for any other attribute that has a max and current value.
In fact is there a full list of all the attributes within TOR character sheet ?
Thanks in advance
[Edit] : i have found how to get the max value of an attribute : add |max
For example :
current endurance value = endurance
max endurance value = endurance|max
Re: Roll20 setup guide
Posted: Sun Apr 17, 2016 6:18 am
by uhu79
Hi Ghorin,
I am not aware of any full list of attributes. There is 2 ways to find out afaik.
One is to check the source code of the character sheet on
github. Not so convenient IMO.
The other is to fill out a character completely (every cell, every line, every checkbox) for PC and NPC and then check the list of attributes on the last slide of the charsheet. Might be easier.
Re: Roll20 setup guide
Posted: Mon Apr 18, 2016 4:52 pm
by Ghorin
Hi,
I got help from roll20 forum and now i know how to access to my npc attributes from my macros. Thanks