Blockland Forums > Suggestions & Requests
Destructo RocketLuncher
Badspot:
I agree something like this is needed.
Most of the time you can just clear that users bricks from the admin menu, though.
Ladios:
if you wopuld like could you atleast post the hammer script? and ill edit it to work?
MrPickle:
Put this in the on collision.
--- Code: ---if(%col.getClassName() $= "fxDTSbrick"){
%col.killBrick();
}
--- End code ---
I think that'll work.
Ladios:
--- Quote from: MrPickel on August 10, 2007, 07:15:08 PM ---Put this in the on collision.
--- Code: ---if(%col.getClassName() = "fxDTSbrick"){
%col.killBrick();
}
--- End code ---
I think that'll work.
--- End quote ---
that doesnt even make sence
MrPickle:
It checks if the thing it collided with is a brick, if it is it destroys it.