I enabled the StatusInfo API Script for my starfinder game. Although I love it, it is not designed for Starfinder for roll20 sheets and only a few of the statuses activate the "Conditions" section of the character sheet. Configuring the Conditions in the script works for adding the status markers to a token only. I dont want to re-invent the wheel here, but that might be the solution. Hopefully someone here can help me. I wanted to create a drop down menu to handle adding and removing the status makers and changing the condition attribute on the character sheet. I cannot seem to wrap my head around having 2 (or more) api scripts execute for a single option. Futhermore, since chatsetattr does not cleanly allow me to alter an attribute from 0 to 1 if it is 0 and 1 to 0 if it is 1 in one command, it seems I need another nested layer to query if I am adding or removing the status markers(s) and condition(s) Has anyone attempted this kind of action? Is there something much easier that I could be doing instead? I have spend several days reading forums, wiki, and searching youtube but so far my efforts have managed to confuse me quite a lot the commands I am trying to embed are: !token-mod -- set statusmarkers|!sleepy !setattr --sel --asleep|1 !setattr --sel --asleep|0 I know I need to change the "|", "}", "," characters to the HTML code but I am getting very lost in the nesting and how to execute multiple api commands for one option in the menu