Profile image

How do i code texts????

2,709 Random04  3.2 years ago

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

  • Log in to leave a comment
  • Profile image
    2,709 Random04

    Nvm I forgot to put these (").. it works now.. ty @bjac0

    3.2 years ago
  • Profile image
    2,709 Random04

    @bjac0
    Idk I already did that lemme do it again

    3.2 years ago
  • Profile image
    141 NlaEid

    Turns out I was missing the parenthesis, thanks @bjac0 !

    3.2 years ago
  • Profile image
    57.1k bjac0

    gotta make sure you got fancy brackets around it {}

    3.2 years ago
  • Profile image
    57.1k bjac0

    {(INPUT ? "True text output " : "False text output")}

    +2 3.2 years ago