|
Code Red Beginner
Joined: 04 Jul 2002 Posts: 13
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sun Jul 07, 2002 5:19 am |
Select the window (click in it). Then click on the File menu and Close Window. Problem solved (at least for that session).
If the window comes back (either in that session or later) check your triggers and aliases. It doesn't come from nowhere, you did something to put it there.
LightBulb
Senior Member |
|
|
|
Code Red Beginner
Joined: 04 Jul 2002 Posts: 13
|
Posted: Sun Jul 07, 2002 5:28 am |
this is all thats in my settings
#CLASS {System} {enable}
#CLASS {Autolog} {enable}
#CLASS {SlowWalk}
#CLASS {TrayWindows}
#CLASS 0
#KEY CTRL-I {inventory}
#KEY CTRL-Z {search}
#KEY CTRL-D {get coins from corpse;get earrings from corpse;get rings from corpse;get hairpins from corpse;get satchels from corpse;get kimonos from corpse;get cheongsam from corpse;put stilettoes in belts;put all in bag;get permit from bag;get blue bottle from bag;draw stilettoes;draw stilettoes;bury corpse}
#CLASS {System|Automapper}
#CLASS 0
#CLASS {System} {enable}
#ALIAS atconnect {}
#ALIAS atexit {}
#ALIAS atdisconnect {}
#ALIAS atconnect {#LOG %time( mm-dd-yy).txt;#SHOW %time( )}
#ALIAS atdisconnect {#SHOW %time();#LOG}
#CLASS 0
#CLASS {System|Automapper}
#CLASS 0
#CLASS {System|Keypad} {enable}
#KEY KEY5 {look}
#KEY KEY2 {s} "" {chain}
#KEY KEY4 {w} "" {chain}
#KEY KEY6 {e} "" {chain}
#KEY KEY8 {n} "" {chain}
#KEY SUB {u} "" {chain}
#KEY ADD {d} "" {chain}
#CLASS 0
#CLASS {System|AutomapperAll} {enable}
#ALIAS recall {~recall %-1;#RECALL}
#CLASS 0
#CLASS {System|Directions} {enable}
#DIR ns {n|north} n
#DIR sn {s|south} s
#DIR we {w|west} w
#DIR ew {e|east} e
#DIR ud {u|up} u
#DIR du {d|down} d
#CLASS 0
#CLASS {System|DirectionsDiag} {enable}
#DIR hl {nw|northwest} nw
#DIR jk {ne|northeast} ne
#DIR kj {sw|southwest} sw
#DIR lh {se|southeast} se
#CLASS 0
#CLASS {System|KeypadDiag} {enable}
#KEY KEY7 {nw} "" {chain}
#KEY KEY3 {se} "" {chain}
#KEY KEY1 {sw} "" {chain}
#KEY KEY9 {ne} "" {chain}
#CLASS 0
#CLASS {System|Keypad} {enable}
#KEY KEY5 {look}
#KEY KEY2 {s} "" {chain}
#KEY KEY4 {w} "" {chain}
#KEY KEY6 {e} "" {chain}
#KEY KEY8 {n} "" {chain}
#KEY SUB {u} "" {chain}
#KEY ADD {d} "" {chain}
#CLASS 0
#CLASS {Autolog} {enable}
#CLASS 0
#CLASS {System|AutomapperAll} {enable}
#ALIAS recall {~recall %-1;#RECALL}
#CLASS 0
#CLASS {System|Directions} {enable}
#DIR ns {n|north} n
#DIR sn {s|south} s
#DIR we {w|west} w
#DIR ew {e|east} e
#DIR ud {u|up} u
#DIR du {d|down} d
#CLASS 0
#CLASS {System|DirectionsDiag} {enable}
#DIR hl {nw|northwest} nw
#DIR jk {ne|northeast} ne
#DIR kj {sw|southwest} sw
#DIR lh {se|southeast} se
#CLASS 0
#CLASS {System|KeypadDiag} {enable}
#KEY KEY7 {nw} "" {chain}
#KEY KEY3 {se} "" {chain}
#KEY KEY1 {sw} "" {chain}
#KEY KEY9 {ne} "" {chain}
#CLASS 0
#CLASS {SlowWalk}
#CLASS 0
#CLASS {TrayWindows}
#CLASS 0
Cant seem to find anything to do with that window being there
|
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sun Jul 07, 2002 5:45 am |
quote:
Select the window (click in it). Then click on the File menu and Close Window. Problem solved (at least for that session).
If the window comes back (either in that session or later) check your triggers and aliases. It doesn't come from nowhere, you did something to put it there.
LightBulb
Senior Member
Surprised you missed this one, LB.
First, close the window like Lightbulb said. Once you do, click the Layout|Save Layout menu option. If there are no settings in any of your settings files that would open up the mapper, then your problem is squashed flatter than an eight-legged freak under a semi's left-front tire. If it comes back before you end the session, there's a trigger somewhere that's doing it.
li'l shmoe of Dragon's Gate MUD |
|
|
|
Code Red Beginner
Joined: 04 Jul 2002 Posts: 13
|
Posted: Sun Jul 07, 2002 5:51 am |
MattLofton , Thank you.... It worked perfectly
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sun Jul 07, 2002 7:34 pm |
That's probably because I've never saved a layout, so whenever I reopen a character it uses the layout it was closed with.
LightBulb
Senior Member |
|
|
|
|
|