Seraphim Warrior
|
 |
Join Date: Oct 2001
Location: QUÉBEC!!!!!!1
Posts: 2,040
|
|
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 |
__________________
"I like movies where the guy shoots stuff, and then it blows up, and then this other guy shoots him, and then the first guy drives through a Coke sign, and it blows up, and the car flips over in slow motion, and then the guy gets out and pops his arm back in place, and then they fight 'cause they're out of bullets, and the guy says something like "This is Walmart, boy...and you just got price-checked!" - Broken Saints
"There is no greater sorrow than to recall in misery when we were happy" - Dante
"If you know yourself but not the enemy, for every victory gained you will also suffer a defeat" - Sun Tzu, The Art Of War
"Kingdoms ...rising without word. Collapsing without warning." - Broken Saints
Account now used by Silver and Mmmmkay
yoshee15 account has run out :[[[
|
|