Stuck - using XP meter table data to unlock levels

jigglybeanjigglybean Member Posts: 1,584

Hi all,

Im kinda stuck. Im using the DBA XP meter which is great but wanted to use the data (level 1,2,3 etc) which comes from the XP to unlock levels.

I'm trying to make the attributes but I cant seem to find what I need to say something like

Attribute if game.table1 row 1,col2 is greater or equals 15 then unlock level 2 - Table1 is the xp meter where the xp count is kept.

Any ideas of the best way to do this would be grateful.

G

Like Balls? Then click here! We've 100 coming soon

Comments

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

    I see that that is a free template but I'm not familiar with how it's set up. To compare a table cell to a constant, you would do When tableCellValue(Table1, row1, col2) ≥ 15 ...

    Then you'd have to add a behavior that unlocks level 2. Maybe Change Table Value?

    New to GameSalad? (FAQs)   |   Tutorials   |   Templates   |   Greenleaf Games   |   Educator & Certified GameSalad User

Sign In or Register to comment.