Table hints and tips
Franto
Member Posts: 779
When it comes to tables, what is recommended I put in rows and what do I put in columns? For example a set of related stats should be written by row or column? I got this funny feeling that listing stats in the wrong part can have you remaking the entire thing all over again when it turns out some feature or function only works a certain one. I tried studying some games that use tables, but I think there must be some kind of error or data is missing because something isn't right.
Comments
The idea, then, is that you might have a Change Table Value behavior inside of a rule that updates everything at a certain point of your game and uses game.playerNumber or game.Level (both integers) for the row number and includes all relevant columns.
Hope that's not too confusing!
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
@FryingBaconStudios Thanks for the vid, also mentioning change table values, I could have sworn I have not seen such a behavior before.