Does anyone Know how to make a zone damage a player already in the zone?

Does anyone know how to make it so when a zone is deactivated at the start of the game, and reactivated later in the game the zone damages players that are already in the zone? I keep trying but I am only finding that When I deactivate the zone at the start and when I activate it 10 mins into the game (Timer works) All it does when I wire from zone to damager when player enters zone or leaves zone, but I want it for the zone which is wired to a repeater which is wired to a damager to damage what is already in the zone, I looked and found nothing good if y’all can help that would help a lot.

1 Like

You could just make a loop that keeps damaging the player as long as they are in the zone

let me see what I can do

Yeah how exactly here is what I have so far,


This is my problem, I want the player to already be in the zone not enter of leave zone:

1 Like

Game start to repeater to counter which makes counter count up to 10 mins,] then wired to zone (My problem I am having here is making it so the wire says player is already in the zone) [then zone wired to repeater and damager so it continuesly damages player until knockout.

Set the wire from the zone to the repeater as:
player enters zone → start repeater
Then have the zone broadcast on a channel when a player leaves the zone. When the repeater recieves on that channel, deactivate the repeater.
Delete the connection from the repeater to the damager. Instead, wire it to a trigger that is set to not be active on game start, which is then wired to the damager.
When you would activate/deactivate the zone, activate/deactivate the trigger instead.

1 Like

Can you show me a pic please?

Enter zone → Activate trigger.
Exit zone → Deactivate trigger.
After a time period, wire something to the trigger, that is wired to the damager. If the trigger is activated it will damage the player. If the trigger is deactivated the wire pulse won’t go through and won’t damage the player.

Bruh I want it to damage what is already inside of the zone, if your inside of it when it activated it does not damage.

1 Like

Something like this?

1 Like

yes it will, I just don’t think you understand what I mean

Thanks @some_kid It works!

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.