Author Topic: Brick respawn time  (Read 591 times)

Is B. Respawn time the brick respawn time? I wanted to make a digging thing by using fake kill brick but I can't stop the bricks respawning in the mini-game options. I've set it to stuff like 0 and -1 but it doesn't work. Help?

You cannot make bricks permanently die from weapons fire in a minigame. You could set the respawn time to about 100 seconds or so, though, which also gives the impression of tunnels collapsing/regenerating.

You cannot make bricks permanently die from weapons fire in a minigame. You could set the respawn time to about 100 seconds or so, though, which also gives the impression of tunnels collapsing/regenerating.

K i'll do that.

Double toast but.....

Now the respawn timer is broken it's still respawning in a few seconds.

ok just put these events on a brick

Code: [Select]
onProjectileHit>Self>Disappear [-1]
what this will do it is when a bullet hits it, the brick will disappear forever until you name the brick and use another one to get it back by putting these events

Code: [Select]
onActivate> "namedbrick" >Disappear [0]