Hello, I'm new to coding, but having played with a few API scripts for various games (Blades in the Dark/SW FFG) I wanted to try my hand at coding something simple (hopefully) to fit my own needs. However, I wanted to ensure the idea was possible in the first place. I'm currently playing a Star Wars FFG game, and I'd like to make a script for multi-sided token linked to attributes. Hull Trauma: I'd like the make a token for the ship that switches between Green (0%) and Red (50%) to show how damaged the enemy is. The max value of Hull Trauma changes constantly based on the type of ship and so on, so I can't just put an arbitrary value to trigger the switch. Is this possible?