Author Topic: Self Repeater  (Read 723 times)

A mounted gun that fires multiple shots in one pull of the trigger.

« Last Edit: January 16, 2012, 09:58:17 PM by Desktop »

Pictures? More description?

Pictures? More description?

I do not know how to directly post pictures. And no further description is needed.

Take a screenshot.
Upload it to an image hosting site.
Right click > copy image location
Put in and paste the image url inbetween the tags:
if i remember correctly, that is.

Is this a build?

So like..

[000] OnActivate - Self - SpawnProjectile - Bullet - 0 10 0

[100] OnActivate - Self - SpawnProjectile - Bullet - 0 10 0

[200] OnActivate - Self - SpawnProjectile - Bullet - 0 10 0

[300] OnActivate - Self - SpawnProjectile - Bullet - 0 10 0

Or is it cooler than that?
« Last Edit: January 16, 2012, 09:59:44 PM by SirLancelot7 »

Is this a build?

So like..

  • OnActivate - Self - SpawnProjectile - Bullet - 0 10 0
  • [100] OnActivate - Self - SpawnProjectile - Bullet - 0 10 0

    [200] OnActivate - Self - SpawnProjectile - Bullet - 0 10 0

    [300] OnActivate - Self - SpawnProjectile - Bullet - 0 10 0

    Or is it cooler than that?

One brick spawns a projectile. Projectile hits other brick. The first receiver brick sends projectile back at first brick.

When one of the bricks get hit, a bullet comes out of the barrel of the gun.

So it never stops?

Otherwise you made a simple event job into something more complicated..

One brick spawns a projectile. Projectile hits other brick. The first receiver brick sends projectile back at first brick.

When one of the bricks get hit, a bullet comes out of the barrel of the gun.
More efficiently done using relays...

So it never stops?

Otherwise you made a simple event job into something more complicated..

It stops after 1 second if you set the projectile speed between the bricks to 200.

If you set the projectile speed to a lower speed, maybe it will just keep going.
I really do not know.

It stops after 1 second if you set the projectile speed between the bricks to 200.

If you set the projectile speed to a lower speed, maybe it will just keep going.
I really do not know.
You can do the exact same thing except with a reliable delay using relays.

0000 OnActivate > Self > fireRelay
1000 OnRelay > Self > fireRelay
0000 OnRelay > whatever