Well if you do:
NPC Code:
//#CLIENTSIDE
if (created) {
setshape2 3,3,{
3,3,3,
3,3,3,
3,3,3;
}
}
Then you can select the NPC.
Though, if you do:
NPC Code:
//#CLIENTSIDE
if (created) {
setshape2 3,3,{
3,3,
3,3,
3,3;
}
}
Then you can't select the NPC, because you didn't really fill in the width and height.
Don't know if that makes sense on how I explained it, but try it, and you will see.