Blockland Forums > Modification Help
[Tutorial] Two hands on a weapon using milkshape 3D
NEkram:
huge bump + page 4 get
Dah:
bump for usefulness
NEkram:
--- Quote from: Dah on August 19, 2010, 11:28:56 PM ---bump for usefulness
--- End quote ---
NEkram:
hu
Sgt. A Walter:
Where do you put the:
function M4A1Image::onMount(%this, %obj, %slot) //change M4A1 to whatever you want
{
%obj.hidenode("RHand");
%obj.hidenode("LHand");
}
function M4A1Image::onUnMount(%this, %obj, %slot) //change M4A1 to whatever you want
{
%obj.unhidenode("RHand");
%obj.unhidenode("LHand");