Quote:
|
Originally Posted by Zero Hour
I'm not sure, but isn't there a way draw a GUI on a certain screen level so that it doesn't actually timeout, etc. (Although I suppose you would need them to draw the health bars, etc.)
*shrug* Maybe it was already mentioned.
|
I think you can just do showimg/showtext with layer 4+ and it stays shown on the screen.
NPC Code:
if (playerenters) {
showtext 200,screenwidth-2,screenheight-16,r,verdana,hello;
changeimgvis 200,4;
changeimgzoom 200,.7;
}
I believe thats what I did.