Hello friends!
Using SugarCube 2.21, and I am using a system of nesting <<if>> macros inside each other to get it to do what I want, like this:
<<link test>><<set $test to 1>><</link>>
<<link Test>><<set $Test to 2>><<if $test eq 1>><<if $Test eq 2>><<audio "key01" play>><</if>><</if>><</link>>
and I was wondering if there was a better way.
Thank you all!