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

Pathfinder Macro changes and new character sheets

I have been making some small tweaks to the skill macros on the Pathfinder character skeet.  For example adding a note about Trapfinding to perception like so: @{PC-whisper} &{template:pf_generic} @{toggle_accessible_flag} @{toggle_rounded_flag}{{color=@{rolltemplate_color}}} {{header_image=@{header_image-pf_generic}}} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{subtitle}} {{name=Perception}} {{Check=[[ @{skill-query} + [[ @{Perception} ]] ]]}} {{Trapfinding = +[[{floor(@{class-0-level}/2),1}kh1]]}} When the Pathfinder character sheet is updated will changes to such macros be overwritten? Is there a way to specify or lock a version of a character sheet for a campaign? Thanks!
1464396764

Edited 1464396789
chris b.
Pro
Sheet Author
API Scripter
Those macro fields are not overwritten. They will stay. The worst that would happen is if we made a change, you would not see the change in your customized macro fields. But there are no plans for skills to change, and we try to not change those macros to keep backward compatibility. If you ever want to reset a macro field, you can just blank it out then click in another field or tab out of it, then the field you cleared will reset to the default.
Cool beans, thanks.