Kalphiter , I need to know something.I have 2 building quite a distance inbetween , and their antennas send radio waves across the map to eachother (Yes tuning them was a pain in the ass). So basically , they fire with about 5 second-intervals.Is that allowed?
They'll stop throwing projectiles at each other 30 seconds after you leave the server.
No relays involved.They work [1000] OnProjectileHit > Self > SpawnProjectile [Radio Wave] [-10] [-20] [1]And opposite parameters.So if that is what you mean...
Your projectiles will disappear after 30 seconds after you leave, unless someone else can trigger it.
If they manage to discover the exact brick that triggers it , they can.But what if I leave , and in the exact 30th second after I left , the events are in the phase inbetween "ProjectileHit" and "Spawnprojectile"?
That's impossible, an event is either executed or it's not, no in-between.
I mean , there is a 1 second delay inbetween the projectile hitting , and firing another one.What if the 30th second after I left happens in that one second , so there is basically no projectile to erase , but an event that will spawn one is active.The odds...
You leave, 30 seconds later:Second 29.9 - projectile hits antennaSecond 30 - All events are cancelled, preventing anything happening at Second 30.9