ID:163004
 
In the old version of BYOND, you could use the client/command_prompt var to change what appears in the status bar. However, it seems to me that this var no longer exists. Is this true, or am I just looking in the wrong place? And if it isn't around any more, is there some other way I can set what appears there?
You can make a Label control that you can change with winset(), in place of that.
In response to Kaiochao2536
I only want to override the status bar at certain times. I want it to work normally except in certain situations.