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
Answers
You may get more responses if you explain what you mean in detail.
Create 2 integer attributes:
However you want to add EXP, for this example i'll use if actor is touched
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