ID:162254
 
It's been a while since I've been around on BYOND, but I'm getting back into my old projects and I found that I have lost my old interface (I really liked it too). While I was creating my new one, I cannot get the stat part to work with my statpanels. I know that they used to work, I just don't know why I cannot get them to work now. Is there certain settings I need to do? I forget, its been a while since I used anything in BYOND and I'm alittle rusty.

Thanks!
~Polantaris
Are you talking about interface in 4.0? If you are, make sure you are using the "Info" button to insert the statpanel. There is something else (the name slipped my mind) that might confuse you but make sure you use "Info".

And as far as I know, the only thing you need to change the settings on is the "Output." For that, you need to make sure default is checked off so that all the text goes to this by default.
I recommend:

http://www.byond.com/docs/ref/info.html#/atom/proc/Stat

Or look at the numerous other statpanel postings
In response to DisturbedSixx
Ah my bad! I used Tab instead of Stat, now its working. XD I guess I really am rusty.
If you want to actually make a statpanel in 4.0 you could use a browser element to accomplish this. A browser element pretty much allows you to do anything, even some client-side processing.

-- Data
In response to Android Data
Naw I just wanted to use the Stat() thing thats already implemented in. It's easier and I dont see any problem with it.