Ok so i tried to code the normal way like basically funky tree and i was messing around with labels and if i put a code in there it wouldn't work
Like i treid this simple code
Target selected ? (The text wanna put) : ( the text i wanna put)
How do i put a word if there's a target selected
Nvm I forgot to put these (").. it works now.. ty @bjac0
@bjac0
Idk I already did that lemme do it again
Turns out I was missing the parenthesis, thanks @bjac0 !
gotta make sure you got fancy brackets around it {}
{(INPUT ? "True text output " : "False text output")}