Table numerical expression
andrabel
Member Posts: 4
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
I don't think this option is in the PC version yet.
Universal Binary Template - Universal Binary Template Instructions Rev 4 (Short) - Custom Score Display Template
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?
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
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.