- Joined
- Apr 16, 2023
- Messages
- 356
- Reaction score
- 44
- First Language
- English
- Primarily Uses
- RMVXA
I have a few status effects called "sickness". While most of these can be cleared with just using the "pill" item, there are other more severe types of sickness status effects where I want the player to visit a nurse to have removed for a fee. However, I do not want the player to pay if none of the party members have any type of these sicknesses that cannot be removed with an item. Also, I do not want the nurse to remove all states, just the ones I want.
(This is why I do not like "recover all" because it removes all states including XP buffs and other buffs)
I looked in conditional branches and found that I only can choose specific actors for the conditional branches. Not if anybody in the party has a certain state.
Sure, I could nest a couple dozen conditional branches to check all avenues but that would get tedious and confusing very quickly.
Is there an easier way I can check to see if anybody has one of these few states and have the nurse remove them from the entire party (its a pay per visit rather than pay per character)
(This is why I do not like "recover all" because it removes all states including XP buffs and other buffs)
I looked in conditional branches and found that I only can choose specific actors for the conditional branches. Not if anybody in the party has a certain state.
Sure, I could nest a couple dozen conditional branches to check all avenues but that would get tedious and confusing very quickly.
Is there an easier way I can check to see if anybody has one of these few states and have the nurse remove them from the entire party (its a pay per visit rather than pay per character)