New to writing macros, was just curious if there was simpler way of adjusting a bar value based on the chosen side of a multi-sided token. Right now the macro is set so that it asks what side, then what the value is supposed to be. Ideally I'd like it if I could just choose one option, then set both based off that option. !token-mod {{
--set
currentside|?{Side|Hybrid,1|Wolf,2|Humanoid,3}
bar2_value|?{AC|Hybrid,12|Wolf,12|Humanoid,11}
}}