- Joined
- Apr 5, 2021
- Messages
- 17
- Reaction score
- 0
- First Language
- english
- Primarily Uses
- RMMV
Hey all,
How can I give a single class a random range of "fitness" scores and how can I have it adjust my overall party's "manpower" score when they are in or out of the party? I really just need the manpower score to add or subtract based on my party members' individual and random fitness scores?
This is what I have so far,
In the event of an NPC I'm trying to recruit, I have a variable called "fitness" that gives a random ranged number to the event. I just need to know how to make the individual "fitness" variable contribute to an overall "manpower" variable based on if said event is in my party or not. essentially, I need a variable to add party members 1's fitness, party member 2's fitness, and party member 3's fitness to contribute to an overall manpower variable.
I hope that makes sense! Thanks all.
How can I give a single class a random range of "fitness" scores and how can I have it adjust my overall party's "manpower" score when they are in or out of the party? I really just need the manpower score to add or subtract based on my party members' individual and random fitness scores?
This is what I have so far,
In the event of an NPC I'm trying to recruit, I have a variable called "fitness" that gives a random ranged number to the event. I just need to know how to make the individual "fitness" variable contribute to an overall "manpower" variable based on if said event is in my party or not. essentially, I need a variable to add party members 1's fitness, party member 2's fitness, and party member 3's fitness to contribute to an overall manpower variable.
I hope that makes sense! Thanks all.
Last edited: