Example: I want a text on a label to appear when ag1 is activated and disappear on deactivation
How do I make text on a label appear and disappear using input
4,815 Yoloooooo
6 months ago
Example: I want a text on a label to appear when ag1 is activated and disappear on deactivation
@SILVERPANZER I understand the color codes yes, but how about these parts(Highlighted by bold): <color=#FFFFFF{Activate1? "FF":"00"}>Text
@KudaOni In short, this HEX color code element can be replaced with 99.
@SILVERPANZER can I get an explanation as to what the "FF" does?
@SILVERPANZER thanks, did work
<alpha=#{Activate1? "FF":"00"}>Text
or
<color=#FFFFFF{Activate1? "FF":"00"}>Text
or
{Activate1? "Text":" "}