ID:267780
 
Is it possible to have two text windows (the default one that byond has installed for instance)
with short amount of code or am I going to have to "make" a text window? Heh :P

byond needs somethnig like labels and txt in visual basic, dealing with captions and such :P hehe

Ok Another question is, how would I go about making it so a statpanel can be turned visible on/off...

since the statpanel is called during stat() (Which I'm not sure how often stat is called, just whenever a variable in stat is changed?) so I'm not sure if you can refure to an "if" statement in stat...
so I'm pretty clueless on this one, don't quite grasp the concept here.
Stat works on a loop. See the stat (client) reference for more info on how it works.
You can do anything you can do in a normal proc in stat. for(), while(), if(), even browse().