How can you make a cage like system in my dbd like gimkit?

I need help trying to make a cage like system in my dbd like game in gimkit.

This Is how I want my cage system to work:

Whenever a survivor gets knocked out by the Clown, the survivor becomes caged. Once the survivor has been caged a 1 minute and 30 second timer starts, if the survivor that’s caged is not saved within that time frame they will be eliminated and they remain eliminated for the rest of the match. However, if the survivor is saved within that time frame they will remain alive. But if they survivor gets knocked out again after they have been caged at least once in the past, they will be eliminated and remain eliminated for the rest of the match.

1 Like

This post was flagged by the community and is temporarily hidden.

Ok. Put the clown on team 2. Give team 2 a tag zone. When anyone on team 1 is tagged, teleport them (player tagged → teleport player? Someone check me on this) to the cage. Put a trigger on top of the teleporter, and have it be wired to an item granter that grants one of an item you aren’t using in the game. The trigger needs to have a player scoped trigger limit of one. Start a player scoped timer (make a triggerloop that decrements a counter that starts at 90.), and have the counter broadcast on channel OUT when the counter reaches 0 (0 needs to be the counter’s target). Finally, wire a different counter to the teleporter, so when you’re teleported there, the counter increments. Give this counter a target of 2, and make it transmit on the channel OUT as well when it reaches its target. The channel OUT can either put the player into spectator mode, or move them to a more permanent cage. In either case, the receiving device needs to receive on the channel OUT. For the final part, add a button/trigger outside the cage. If you aren’t putting the people who are permanently out in spectator mode, make sure to take their items back when they get moved to their permanent cage. When pressed, have it wired to a relay, which should be wired to a checker. This checker should check for the item that only players in the cage should have. If the check passes, broadcast on the channel Jailbreak. Have a teleporter receive on this channel, and put it somewhere in the map. Make sure your map is appropriate for all ages, and hope this helped!

6 Likes