Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Change Stats

Hello, Is there an existing macro to change character stats like life points...? Thanks
1518773334
Ziechael
Forum Champion
Sheet Author
API Scripter
You can't change attributes with native macros sorry, this would require the use of the API (a Pro level perk). Then, if the attribute is tied to a token bar then you could use something like TokenMod or AlterBars... otherwise you'd be looking at something like ChatSetAttr to affect any attribute on a character journal.
Ok thanks !
We can't change the pnc bars too ?
1518790637
GiGs
Pro
Sheet Author
API Scripter
Not with a macro, no.
In a nutshell, macros can't "change" anything  (Other than the turn tracker).  They can read info and output a result in chat, but that's it.  In order to change data, you require the API that Pro accounts have access to.
Ok thanks I'll take a look