Profile image

Funky trees help (solved)

11.8k MRM19  2.1 years ago

Ok, so I have been messing around with If:then statements but am still confused… Could anyone maybe better explain how to write/read if:then statements other than A?B:C

  • Log in to leave a comment
  • Profile image
    95.2k ReinMcDeer

    For A?B:C
    A is a boolean statement meaning it can be true or false. (i.e. GS>50)
    If A is TRUE, then B will be the output
    If A is FALSE, then C will be the output

    +1 2.1 years ago
  • Profile image

    On my profile page, there is a tutorial that breaks down the IF operator. That may help.

    2.1 years ago