Blockland Forums > Modification Help
No crouch playertype.
Lørd Tøny:
Ash:
Try this instead:
--- Code: ---crouchBoundingBox = PlayerStandardArmor.boundingBox;
--- End code ---
--- Quote from: Lørd Tøny on May 16, 2011, 09:23:40 PM ---I don't think you should be posting at all in coding help. Why don't you frolic in the off topic section instead.
--- End quote ---
I may not be a master at coding, but I'm not totally useless.
Iban:
--- Quote from: Ash on May 17, 2011, 02:26:29 PM ---Try this instead:
--- Code: ---crouchBoundingBox = PlayerStandardArmor.boundingBox;
--- End code ---
--- End quote ---
I didn't mean to actually put that within the datablock declaration. Ash's code should work, though.
Plexious:
--- Code: ---function Crouch()
{
return;
}
--- End code ---
rkynick:
I'm just glad Iban is here to tell all the idiots how stupid they are as gently as need be.
In the meantime,
--- Quote from: Plexious on May 17, 2011, 05:20:22 PM ---
--- Code: ---function Crouch()
{
return;
}
--- End code ---
--- End quote ---
We've been over how this will not work.
Also, allow me to propose the 'last ditch' solution, wherein you make it so crouching causes you to die.