Blockland Forums > Suggestions & Requests
Toggle Crouch
Alt:
--- Quote from: Xalos on April 28, 2013, 12:52:51 PM ---Make a folder in Add-Ons labelled Client_SomeTextHere, make a Description.txt with text inside, and then this:
--- Code: (Client.cs) ---package ToggleCrouch
{
function crouch(%tog)
{
Parent::crouch($Crouching = !$Crouching);
}
};
activatePackage("ToggleCrouch");
--- End code ---
--- End quote ---
Thank you.