Blockland Forums > Modification Help
Need code debugger.
heedicalking:
function TinybombImage::onFire(%this, %obj, %slot)
{
%obj.playthread(2, TinybombThrow);
Parent::onFire(%this, %obj, %slot);
}
function TinybombImage::onMount(%this, %obj, %slot)
{
%obj.hidenode("RHand");
}
function TinybombImage::onUnMount(%this, %obj, %slot)
{
%obj.unhidenode("RHand");
}
Whoever gave you the demo has no idea what they are doing.
Mr.Noßody:
Oh..wow. Damn small stuff.
Thank you.
tapemaster21:
Trust me, it's always the freakin brackets. Lol.
Xalos:
--- Quote from: tapemaster21 on September 30, 2010, 10:58:32 PM ---Trust me, it's always the freakin brackets. Lol.
--- End quote ---
Or a semicolon :P
Greek2me:
Or capitalizing the "p" in package.