Using the 5e OGL sheet, browser Firefox. I have like... a lot of monster sheets that when put into the game, they don't have the default settings I want. Specifically, I'm trying to set them up with the following things: rtype to @{advantagetoggle} wtype to @{whispertoggle} whispertoggle to "/w gm " dtype to full init_tiebreaker to @{dexterity}/100 Or in simpler terms... advantage toggle on (default Normal), whisper rolls to GM on (default To GM), auto roll damage on, and add Dexterity tiebreaker to initiative. Only problem is that I can't figure out how to make roll20 stop producing "TypeError: c is undefined" when I try to use ChatSetAttr to set wtype to @{whispertoggle}. I know why, it's because I don't have a name or anything to the @{whispertoggle}. But I don't know how to make it stop asking for that, or set something that'll work. I imagine setting rtype and init_tiebreaker won't work as well. The code I was using specifically was: !setattr --allgm --wtype|'@{whispertoggle}' So, anyone know how I could do this? Or if there's a different script than ChatSetAttr that would work? I am aware that I could just set wtype to "/w gm " but it bothers me immensely on a sheet appearance level also I prefer the toggle to be on in case I need to set something to public real fast. Plus it doesn't resolve init_tiebreaker and rtype.