So I need a way to make it so when a player is in a zone they take a certain amount of damage every few seconds
Another hazard I need help with is them constantly losing health
So I need a way to make it so when a player is in a zone they take a certain amount of damage every few seconds
Another hazard I need help with is them constantly losing health
zone, worked to 4 s repeater of damager
A repeater? How could you!
If you wanted to make it a little more memory efficient, you could instead have a trigger loop. Set 2 triggers to trigger each other, and add your desired delay to one of them, and trigger that one on game start. Wire the trigger loop to another trigger that connects to the damager. When you want to activate the trigger loop, simply activate the third trigger, and to deactivate the trigger loop, deactivate the third trigger.
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.