spawn actor when level up

nir3112nir3112 Member, PRO Posts: 312
edited May 2013 in Working with GS (Mac)
i want to spawn actor when the player is level up..i want this actor to pop up just when the player up a level and not all the time..
how can i do it?

Comments

  • nir3112nir3112 Member, PRO Posts: 312
    edited May 2013
    up! help plz!
  • dwibredwibre Member Posts: 192
    What is your level up rule? You should be able to add a spawn to it When attribute level up = 2 spawn actor. Try something like that
  • nir3112nir3112 Member, PRO Posts: 312
    the rule is when all 3 missions = 0 change attribute lvl to lvl+1
    i tryed to put in there the spawn actor but every time when i start new game it pop up and tell me "level up!" because i finished the missions of lvl 1 but i finished them in last game..
    i need the actor pop up just when the lvl change it self to level +1 and not when i finish the missions..
    how i can do it?
    how i can make check if the lvl changed to lvl +1 and then spawn??
  • dwibredwibre Member Posts: 192
    edited May 2013
    When you level up do you change scene?
  • nir3112nir3112 Member, PRO Posts: 312
    edited May 2013
    When you level up do you change scene?
    no, the game is keep running all the time untill the player died

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
    You need to reset your level attribute (e.g. change attribute game.level to 1) when the game starts.

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

Sign In or Register to comment.