/show_window
works with the internal file name only for EG.. In game,
/show_window MainHUD.clock
will not work as its proper internal name is... Clock
/show_window MainHUD.Clock
will work as its all case sensitive.. This is for in game use btw
Have a look in your Ui folders and on the 1st few lines of whatever file you open you should see somthing like .... Name="Clock"
Its that name and the char case what you use to call a window in game...
Me bad at trying to explain stuff, sorry hope this has helped a bit
