Table numerical expression

Hi, I created an actor to control when the level is complete and also created a table, now when I create a rule in the actor instead of attribute I need the numerical expression but it's not showing up. What am'I doing wrong?

Comments

  • colandercolander Member Posts: 1,610

    I don't think this option is in the PC version yet.

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

    @colander said:
    I don't think this option is in the PC version yet.

    The workaround is to create an attribute called game.zero and give it the value 0. Then set up your rule so that If attribute game.zero=[whatever expression you want] then... [behaviors].

    What is the rule you're wanting to set up?

  • andrabelandrabel Member Posts: 4

    @tatiang said:
    What is the rule you're wanting to set up?

    Okay thank you, the rule I'm trying to set up is if all the right circles have been selected than the level is complete and the user moves to the next level. That's the reason I made the table with interger, the right circles would be 1 and bad one 0 that way the rule would know if they got it right or wrong.

Sign In or Register to comment.