- Joined
- Oct 19, 2020
- Messages
- 24
- Reaction score
- 3
- First Language
- English
- Primarily Uses
- RMMV
Title makes it sound a bit confusing, but this is what I am trying to do.
My game has classes, and it works on a tier system. Once you used abilities from one class a certain amount of times. It unlocks a new class.
My problem is, some classes need the usage of specific attacks to unlock. Most classes any ability from a lower tier class will add to the variable, until the new class in unlocked.
However some classes need two variables to increase, before it can be unlocked.
For Example: Class 1 must use a Fire Spell x number of times, Class 2 must use a physical attack skill x number of times. Class 3 will only unlock when both skills have reached the necessary number of uses.
The problem I have is if I create 1 variable to unlock the new class, it is unlocking when either one of the necessary skills reaches it's usage requirement, so I need to create two separate variables, one for each skill and both have to be correct to unlock the new class, but I can't figure out how to make one event require two separate variables to activate.
I hope that makes sense. Any help would be appreciated.
Thank You;
My game has classes, and it works on a tier system. Once you used abilities from one class a certain amount of times. It unlocks a new class.
My problem is, some classes need the usage of specific attacks to unlock. Most classes any ability from a lower tier class will add to the variable, until the new class in unlocked.
However some classes need two variables to increase, before it can be unlocked.
For Example: Class 1 must use a Fire Spell x number of times, Class 2 must use a physical attack skill x number of times. Class 3 will only unlock when both skills have reached the necessary number of uses.
The problem I have is if I create 1 variable to unlock the new class, it is unlocking when either one of the necessary skills reaches it's usage requirement, so I need to create two separate variables, one for each skill and both have to be correct to unlock the new class, but I can't figure out how to make one event require two separate variables to activate.
I hope that makes sense. Any help would be appreciated.
Thank You;