Actually, I don't want anything on the screen at all, what I am making uses a single level of all black tiles, no GUI, so character on screen, or anything. It's all just going to consist of a single large menu. There isn't really going to be any movement to disable or re-enable.
Edit:
Quote:
|
Originally Posted by Lance
You can combine the showstats:
NPC Code:
showstats 1+2+4+8+16+32+64+128+256+512;
|
Tried this and it was a no go.