Author Topic: VCE ranks  (Read 351 times)

Ok  so i making a game where you get XP to get ranks with VCE, but i do not know how that when you get 25 you go up a rank, then when you get 25 more you go to 2 and so on?
any help?

Onvar true > client -> vceifVar > EXP >= 25      (1 2)
Onvar tru > client > vceModVar > Level Add 1

This would do it im sure. I didnt check but it should be somthing like that.

Your level would add everytime you get 25 EXP. If you add a varfalse event the brick will be able to display a message in bottom print. You can use var replacers in text to display current xp out of /25 points. You could also set different vars for if you wanted to have separate vars level you up such as courage, strength, or spirit

Will this work when you playing or douse it need to click the brick?