setshape2 width,heigh,{typearray};
example
NPC Code:
setshape2 5,5,{
0, 0, 0, 0, 0,
0,22,22,22, 0,
0,22,22,22, 0,
0,22,22,22, 0,
0, 0, 0, 0, 0,
}
the numbers are the tiles's type (blicking, none blocking, bed tile, jumptile) for the full list, searchfor setshape2 in your newfeatures2001.txt, that txt file can be found in your graal folder.