i know there's scripting plugins, but would it be feasible to just have simple conditionals in text boxes?
for example, i have a value that comes in via the xap plugin, either 1 or 0, but i don't want to display 1 or 0. i want to display On or Off. so if i put this in the text box, i get what i want:
if plugin>xap-Xlobby>text>xyz == 1 then On else Off
or maybe something like this
(plugin>xap-Xlobby>text>xyz==1,On,Off)
thoughts?