| Faheria_LAT1 |
02-10-2002 06:33 AM |
Setshape3
Well.. this one would be for drawoverplayer and drawunderplayer
NPC Code:
setshape3 xtiles,ytiles,{0,1,...} //where 1 = over and 0 = under
example using a bench:
NPC Code:
if (created) {
setshape2 6,4,{0,0,0,0,0,0,22,22,22,22,22,22,22,3,3,3,3,22,2 2,3,3,3,3,22}; // that would make it so that you can go behind
setshape3 6,4,{0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 ,1}; //that would make the non-blocking part over the player and the chair and blocking part under the player;
}
I also need that because in one of the npcs i need to cut the parts where its over/under players and dont want to use showimgpart cause that would make too many npcs in the level resulting in them not showing online -_-'
I have many other use for this and I really hope this can be added to the next version ^_^x
~Silver Heimdall
|