- Joined
- Jun 9, 2018
- Messages
- 16
- Reaction score
- 5
- First Language
- English
- Primarily Uses
- RM2k3
Hello all, I have run into a snafu that I'm curious if anyone has an idea on how to implement this:
Essentially, I wish to have a parallel event that runs continuously during the game that uses a conditional branch that keeps track of the player when playing as the protagonist. I want to have a variable run a check every 30 seconds to determine if the protagonist's health is at or below 75%. For every 30 seconds that pass and the protagonist's health is at 75% or lower, 5 points is added to a common event that can dictate certain situations that happen later. I want it to be that if the protagonist's health is above 75% during this check, 1 point is added to the contrary of the common event that is keeping track of lowered maximum health... sorry if that is confusing.
Think of it like a system similar to how Silent Hill 2 keeps track of the player's health to determine endings... idk I've fiddled with the variable selections and tried to write up the event but I can't seem to properly write out the script needed to fulfill this.
If anyone has any feedback on this I'd appreciate it.
Essentially, I wish to have a parallel event that runs continuously during the game that uses a conditional branch that keeps track of the player when playing as the protagonist. I want to have a variable run a check every 30 seconds to determine if the protagonist's health is at or below 75%. For every 30 seconds that pass and the protagonist's health is at 75% or lower, 5 points is added to a common event that can dictate certain situations that happen later. I want it to be that if the protagonist's health is above 75% during this check, 1 point is added to the contrary of the common event that is keeping track of lowered maximum health... sorry if that is confusing.
Think of it like a system similar to how Silent Hill 2 keeps track of the player's health to determine endings... idk I've fiddled with the variable selections and tried to write up the event but I can't seem to properly write out the script needed to fulfill this.
If anyone has any feedback on this I'd appreciate it.


