Quote:
|
Originally Posted by GoZelda
Mh, you could've used keypressed too.
NPC Code:
if (keypressed){
if (strequals(#p(1), q)){
//menu code here
}
}
and for the showstats, if you have so many you might want to consider using.
NPC Code:
showstats allstats-whatever you don't want // Not sure if 'allstats' is correct, but it was something similiar.
|
The thing is, I am making a menu, and there won't be anything behind it, so no need to use keypressed. I am just having the menu be the whole screen.
Also, I thought that showstats 0; worked quite well.
