Thread: chair
View Single Post
  #2  
Old 11-09-2001, 12:26 PM
BocoC BocoC is offline
Registered User
BocoC's Avatar
Join Date: Jun 2001
Location: Washington State, USA
Posts: 980
BocoC is on a distinguished road
Send a message via AIM to BocoC Send a message via Yahoo to BocoC
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
__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
Reply With Quote