Profile image

How do i code texts????

2,664 Random04  2.6 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,664 Random04

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

    2.6 years ago
  • Profile image
    2,664 Random04

    @bjac0
    Idk I already did that lemme do it again

    2.6 years ago
  • Profile image
    141 NlaEid

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

    2.6 years ago
  • Profile image
    56.9k bjac0

    gotta make sure you got fancy brackets around it {}

    2.6 years ago
  • Profile image
    56.9k bjac0

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

    +2 2.6 years ago