How do I use the Health Modifier?
I have the health modifer set up, the zone set up and I put the settings at -10. Then I connected a wire from the -10 to the players current health. But instead of lowering the health by -10 when the player steps into the zone, it instead changes the players health to -10 instantly.
-
Try it without the wired connection. Your wire is transmitting the -10 value and assigning your current health value to equal this output. Without the wire, it should just apply a -10 modifier to any health bar that enters the zone.
-
Thanks, this worked!
Please sign in to leave a comment.