Can someone tell me how to create a leveling up system on GameSalad please

kliackliac Member Posts: 1
edited April 2014 in Working with GS (Mac)

this is the only part im stuck on and i have no clue what to do.

Answers

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

    You may get more responses if you explain what you mean in detail.

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

  • SmokeyAce73SmokeyAce73 EarthMember Posts: 370
    edited April 2014

    Create 2 integer attributes:

    * Level
    * Exp
    

    However you want to add EXP, for this example i'll use if actor is touched

    * Rule
    * If actor recieves event - touch is pressed
    * DO
    * change attribute EXP to EXP+10
    
    
    * Rule 
    * If attribute EXP = 100
    * Change attribute Level to Level+1
    * Change attribute EXP to 0
    

    I'll create a template in the next few days so you can see how i've done it. Please remember this is not tested

    Developer For BLUNTentertainment - Feel Free To Message Me! - Free Beginner Templates!

Sign In or Register to comment.