Bobo
January 17, 2024, 6:36pm
1
So right now I’m making a battle royale w/ storm, and when the storm shrinks and someone is outside the new zone, it doesn’t effect their pseudo-health. How can I make it so that if someone is outside the new zone, they start taking damage?
Well, you can just make it so when they leave the zone they start taking damage, and stop when they reenter.
Bobo
January 17, 2024, 6:41pm
3
Yes I know that but when I shrink the zone it deletes the old zone and replaces it with a smaller zone. I want to make it so that it checks if it is outside the new, smaller zone and then start damaging the player if they are outside
Use this guide on enhanced repeaters:
This is really important. I see so many people using repeaters, but they are literally THE MOST USELESS DEVICE IN THE GAME.
Everything about a repeater is inefficient.
Let’s start with their most basic functionality. Repeating a signal. Let’s say it sends out on channel X every second.
WOAH! We can do that with triggers too!
If it has a delay of one, sends on channel X, and receives on channel X, WOW! It’s literally the same exact thing but with TEN TIMES THE MEMORY EFFICIENCY.
Let me tell …
Activate the enhanced repeater when you’re outside the zone and deactivate it when you’re outside the zone.
1 Like
Bobo
January 17, 2024, 6:45pm
5
No like when the zone shrinks I need it to check if the player is outside the smaller zone
Use triggers to mediate the channel broadcasts from each zone. Use this guide:
This is one of the easiest guides.
Say you want to deactivate a counter that decrements after a repeater runs a task, but you don’t know how, and there’s no option to in the settings.
Well, all you have to do is wire the repeater to a trigger, and the trigger to a counter. Make it so that when receiving on a channel, it deactivates the trigger, therefore cutting off the connection from the repeater to the counter.
What about deactivating a lifecycle?
Well, all you have to do is make it so th…
Bobo
January 17, 2024, 6:50pm
7
I’m not sure how this would work I’m kinda dumb
system
Closed
January 17, 2024, 9:50pm
8
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.