Safe Brick Wand

Author Topic: Safe Brick Wand  (Read 1027 times)

I thought it would be cool if somone made a safe brick wand like the one from rtb so when your in a deathmatch you just hit the bricks that you dont wont to be blown the **** up.

cursing is the cruise control for cool!


It would be cool if there was a wand to make bricks zombie-proof.

You can just make duplicates of your favorite brick datablocks and set %brickDatabock.invulnerable = 1.

Is it possible to go

Code: [Select]
if (%col.getClassName() $= fxDTSBrick) %col.invulnerable = 1;
in safewandprojectile::onCollision?

It's not a per-brick property.  It's a per-datablock property.  So, no, that won't work.

Yeah I wasn't sure about that. Meh.