WINDOW
- Syntax: #WIN name [string]
Display text in another window. If the window doesn’t exist, it is created. Note that when the window is first created, the file name.ZCR or name.MUD is loaded (ZSC is a text script file, MUD is a binary settings file). If a text string is specified, it is displayed in the window.
WINDOW examples
- #WIN tell
- create a new window named ‘tell’. It tried to load tell.zsc or tell.mud as the settings for this window.
-
- #FORALL @eqlist {#WIN status %i}
- creates a window called "status" if it doesn’t already exist. Loop through the string list @eqlist and display the resulting items in the status window.