setshape2 width in tiles, height in tiles, { flags };
That is found in the New Feature's. Commands.rtf is SOOOOOOO outdated. Basically, let's make a chair. The picture is 32x48 pixels, equivalent to 2x3 tiles:
NPC Code:
if (created) {
drawunderplayer;
dontblock;
setshape2 2, 3, {
22,22,22,
3, 3, 3,
3, 3, 3};
}
22 is blocking tile
3 is chair tile