If table cell value is TRUE then execute?

3absh3absh Member Posts: 601

I'm trying to reference a table cell value (boolean)
But it's not working

It causes my actor to stop functioning

Comments

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    A Numeric Expression must be a numeric value. So remove the expression and type 1 into the field.

  • 3absh3absh Member Posts: 601

    @tatiang said:
    A Numeric Expression must be a numeric value. So remove the expression and type 1 into the field.

    Will writing 1 be equivalent to "true" ?

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    Yes.

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    You can do this for any boolean attribute. 1 = true. 0 = false.

Sign In or Register to comment.