1. you setshape
2. you can't change the shape, unless
3. you set it a width or height to 0, in which case
4. you can't set it back.
NPC Code:
//#CLIENTSIDE
function onCreated() {
setshape 1,32,32;
}
function onPlayerTouchsMe() {
setshape 1,0,64;
}
function onPlayerChats() {
setshape 1,64,64;
}