Reading Table Question
bjandthekatz
Orlando, FlMember Posts: 1,375
I have a star system set up to save to a table, I was wondering how to change the data in the table like below.
If Score 1 > Row 1, Column 1 Change Row 1, Column 1 to Score 1
If Score 1 > Row 1, Column 1 Change Row 1, Column 1 to Score 1
Need Help? Email Me | Templates | Full Game Source Code
Comments
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Change Table Value... table:tableName; row: 1; column: 1 value: game.score1
You need to know that rules only trigger one time and then have to become false before they will trigger again. So if game.score1 exceeds the table value, it will change the table value but if it then increases again, it won't change until game.score1 is ≤ to the table value. You may need a second condition (e.g. a boolean) to get this to work.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User