Commands for layering, for level npcs:
NPC Code:
drawoverplayer;
drawunderplayer;
drawovertrees;
I have no idea what 'drawovertrees' does.
Commands for images, used in showimg, showtext, and showpoly:
NPC Code:
chageimgvis index,vis;
'vis' is a number between 0 and 5
0 and 1 = Under player
2 = Same height as player
3 = Over player
4 = On the screen, images will be drawn on the screen instead of the level, usefull for GUIs
5 = Same as vis 4, but is drawn over the images with a vis of 4.
Question:
Is it possoble to have a vis higher than 5? Such as changeimgvis 200,6;?