- Joined
- Sep 14, 2016
- Messages
- 95
- Reaction score
- 15
- First Language
- English
- Primarily Uses
Hey all! I'm not certain if this can be done with or without the use of .js, so for now this question will be asked here. If it turns out that .js scripts are the only way to do what I'm looking for, I'll ask a moderator to move the topic.
So! I'm looking to have an RNG mechanic in my game. That is, when a certain event occurs, one of the (alive) party members has something happen to them randomly.
For instance, let us say "Fred" is in position 2 in the party.
"Fred has dysentery"
A message box would pop up, and Fred, having randomly been selected, gains a state and has his health lowered.
Do you know a way to do this with the base game that I'm just not seeing? Affecting party members based on selecting a random living member of the party?
So! I'm looking to have an RNG mechanic in my game. That is, when a certain event occurs, one of the (alive) party members has something happen to them randomly.
For instance, let us say "Fred" is in position 2 in the party.
"Fred has dysentery"
A message box would pop up, and Fred, having randomly been selected, gains a state and has his health lowered.
Do you know a way to do this with the base game that I'm just not seeing? Affecting party members based on selecting a random living member of the party?