I see that you can check the amount of something in the message box description (Message text:) i.e.
Toy Car: %.0f of 1.
i'm wondering if i can check a global value doing this?
short var1
set randomGLOB to 1
set randomGLOB to var1
showmessage randomMSG var1
is there another way to write this in the description?
so if i have to globals i can see which one is activated via the message?