could u mix setshape and setshape2 together?
liek i just made this up...........
NPC Code:
if(created||initialized)
setshape 1,64,64;
if(actionblah)
attatchplayertoobj 0,someID;
//#CLIENTSIDE
if(playerenters)
setshape 4,4,{
22,22,22,22,
22,0,0,22,
22,0,0,22,
22,22,22,22};
if(playertouchsme) {
playerx=x+0.5;
playery=y+0.5;
triggeraction x,y,blah,;
}