Blockland Forums > Suggestions & Requests
Toggle Tool Raycast
Lugnut:
--- Quote from: jes00 on August 13, 2012, 04:04:27 PM ---Very easily.
Only problem is you would need to rewrite all the tools onFire functions.
--- End quote ---
weaponImage::onFire(%this)
{
if(%this.getclassname() $= "wrenchimage" || %this.getclassname... etc
{do stuff
}
parent::
}
SWAT One:
--- Quote from: Badspot on August 13, 2012, 05:08:08 AM ---If you disable raycasting how would the tool work exactly? It does a raycast to determine what brick to hit.
--- End quote ---
Doesn't the wrench overwrite that?
hodototman:
I'd like to see this done.