I6: Overruling the Status Bar

I wish to overrule the status bar. Instead of location, score and turns I want to display the location and a set of variables. I did read about @set_window etc., but have no clue how to actually get my text into the top line. Something with DrawStatusLine - no idea how that works. I wrote me a Class for the rooms I intend to use, and there I’d like to insert the code to write to the status line. Any hint on how to achieve this appreciated. Please note I’m a total n00b and got no clue about a lot of concepts, so please keep your explanations simple. Thanks! :slight_smile:

You’ll need to read section 42. There are a number of exercises for changing the status line there.

Works now. I didn’t know I had to overrule the lib include at the beginning.