|
Ins0mniak Apprentice
Joined: 27 Apr 2001 Posts: 110
|
Posted: Wed Feb 06, 2002 12:35 pm
Closing a session? |
Is there any way to close a session window? Right now you can close all of your windows with using the menu command and doing close all... If there is not a way to do this... could one be added?
|
|
|
|
Darker GURU
Joined: 24 Sep 2000 Posts: 1237 Location: USA
|
Posted: Wed Feb 06, 2002 3:00 pm |
From the helpfiles...
CLOSE
Syntax: #CL filenum
#CL windowname
Related: #FILE
Close the file given by filenum. It must have already been opened using the FILE command.
You can also use the Close command to close a window by specifying the name of the window in place of the filenum parameter.
CLOSE example
#CLOSE 1
Closes file number 1
#CLOSE Tell
Closes the window named "Tell"
zMUD 6 Online Help: All the power you'll ever need. |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed Feb 06, 2002 6:23 pm |
You can also close a session window, and all its child windows, with the menu command Close Window. This differs from Close All in that other sessions (characters), with their child windows, will remain open.
LightBulb
All scripts untested unless otherwise noted |
|
|
|
Charbal GURU
Joined: 15 Jun 2001 Posts: 654 Location: USA
|
Posted: Thu Feb 07, 2002 6:29 pm |
quote: Is there any way to close a session window? Right now you can close all of your windows with using the menu command and doing close all... If there is not a way to do this... could one be added?
So if you want to close a specific session's windows, you could probably use something like this:
SessionName:#MENU {File|Close window}
- Charbal |
|
|
|
Ins0mniak Apprentice
Joined: 27 Apr 2001 Posts: 110
|
Posted: Thu Feb 07, 2002 10:18 pm |
Thanks so much, i got it working :)
|
|
|
|
|
|