Blockland Forums > Gallery
Kalphiter's Minicity
Kalphiter:
--- Quote from: TheArmyGuy on August 09, 2010, 09:17:07 AM ---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?
--- End quote ---
They'll stop throwing projectiles at each other 30 seconds after you leave the server.
TheArmyGuy:
--- Quote from: Kalphiter on August 09, 2010, 09:52:08 AM ---They'll stop throwing projectiles at each other 30 seconds after you leave the server.
--- End quote ---
No relays involved.
They work [1000] OnProjectileHit > Self > SpawnProjectile [Radio Wave] [-10] [-20] [1]
And opposite parameters.
So if that is what you mean...
Kalphiter:
--- Quote from: TheArmyGuy on August 09, 2010, 10:45:00 AM ---No relays involved.
They work [1000] OnProjectileHit > Self > SpawnProjectile [Radio Wave] [-10] [-20] [1]
And opposite parameters.
So if that is what you mean...
--- End quote ---
Your projectiles will disappear after 30 seconds after you leave, unless someone else can trigger it.
TheArmyGuy:
--- Quote from: Kalphiter on August 09, 2010, 10:46:37 AM ---Your projectiles will disappear after 30 seconds after you leave, unless someone else can trigger it.
--- End quote ---
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"?
Kalphiter:
--- Quote from: TheArmyGuy on August 09, 2010, 10:53:23 AM ---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"?
--- End quote ---
That's impossible, an event is either executed or it's not, no in-between.