Hello everybody,
I have the following code on a Text Label and I want it to dissapear when group 8 is deactivated but it doesnt dissapear when I switch group 8 off. It would be cool if somebody could tell me what i did wrong or can correct it. Here is the Code:
{Activate8 ? "Stores"
Weapon: {(SelectedWeapon)}
Aim-120 D: {ammo("AIM-120D")}
AIM-9 x: {ammo("AIM-9X")}
AGM-65G: {ammo("AGM-65G")}}
Thank you in advance for any help
Funky trees in label {} cannot be stacked. If the code above is everything in the label, I would use <size={Activate8 ? "100" : "0"}%> at the beginning.