Author Topic: Two Handed Script  (Read 794 times)

Hi guys, guess what, my Thompson finally has color! However, I tried adding a two handed script in my server.cs file, It went.

function ThompsonImage::onMount(%this, %obj, %slot)
{
   %obj.hideNode(LHand);
   %obj.hideNode(LHook);
   %obj.playThread(2,armReadyBoth);
}


Doesnt seem to work, can you guys help me? Thanks.