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

Repeating_npcaction_$#_description_flag?

So, based on this information  there is a repeating_npcaction_$0_description, but is there a flag that controls the description show/hide toggle on the sheet? If so does anyone know what it's called?
1665073431
Kraynic
Pro
Sheet Author
The easiest way to get info like that is to open the sheet, find the toggle, right click on the checkbox (or whatever input you are looking at), and select "Inspect" from the right click menu.  That should bring up the html for that particular item on the sheet.  You will be looking for the name entry. name="attr_attributenameyouarelookingforhere"
Kraynic said: The easiest way to get info like that is to open the sheet, find the toggle, right click on the checkbox (or whatever input you are looking at), and select "Inspect" from the right click menu.  That should bring up the html for that particular item on the sheet.  You will be looking for the name entry. name="attr_attributenameyouarelookingforhere" thank you! that worked, it turns out that what actually gets stored in repeating_npcaction_$0_desc_show is just word-for-word the actual description if the toggle is set to 'show' and blank if it's set to 'hide", which is super unhelpful for what I'm trying to do -_-