Page 1 of 1

Top.Ans

Posted: Sun Jun 18, 2006 3:20 pm
by Kaboom
I made a bunch of ansi screens and such for the bbs (non of them clear
the screen) so say someone logs on it's like a complete zip through
everything to the main menu with no stop along the way, unless they
have email waiting then it stops... Is there a pause or something I can
toss in, it just seems like the default ummm (Q)uit or (C)ontinue (N)onstop or whatever it actually says doesn't prompt, also say for instance you add a menu option to the wgsrunmt, say it's a menu option <R> Recent Callers and pipe that to /RECENT, it goes poof if you push it and is instantly erased. I was looking around for a pause of some type, it only does this in the menu system all the games and stuff work as normal and pause like normal.

Thoughts, Thanks..

Re: Top.Ans

Posted: Thu Jul 06, 2006 2:42 pm
by dspain
Kaboom wrote:I made a bunch of ansi screens and such for the bbs (non of them clear
the screen) so say someone logs on it's like a complete zip through
everything to the main menu with no stop along the way, unless they
have email waiting then it stops... Is there a pause or something I can
toss in, it just seems like the default ummm (Q)uit or (C)ontinue (N)onstop or whatever it actually says doesn't prompt, also say for instance you add a menu option to the wgsrunmt, say it's a menu option <R> Recent Callers and pipe that to /RECENT, it goes poof if you push it and is instantly erased. I was looking around for a pause of some type, it only does this in the menu system all the games and stuff work as normal and pause like normal.

Thoughts, Thanks..
set screen length to 24.

Re: Top.Ans

Posted: Thu Jul 06, 2006 2:43 pm
by dspain
Kaboom wrote:I made a bunch of ansi screens and such for the bbs (non of them clear
the screen) so say someone logs on it's like a complete zip through
everything to the main menu with no stop along the way, unless they
have email waiting then it stops... Is there a pause or something I can
toss in, it just seems like the default ummm (Q)uit or (C)ontinue (N)onstop or whatever it actually says doesn't prompt, also say for instance you add a menu option to the wgsrunmt, say it's a menu option <R> Recent Callers and pipe that to /RECENT, it goes poof if you push it and is instantly erased. I was looking around for a pause of some type, it only does this in the menu system all the games and stuff work as normal and pause like normal.

Thoughts, Thanks..
set screen length to 24.

you could always make a module to force it to 24 on login and set it as the first module activated in mjrbbs.cfg

Re: Top.Ans

Posted: Thu Jul 06, 2006 11:07 pm
by ccs
dspain wrote:
Kaboom wrote:I made a bunch of ansi screens and such for the bbs (non of them clear
the screen) so say someone logs on it's like a complete zip through
everything to the main menu with no stop along the way, unless they
have email waiting then it stops... Is there a pause or something I can
toss in, it just seems like the default ummm (Q)uit or (C)ontinue (N)onstop or whatever it actually says doesn't prompt, also say for instance you add a menu option to the wgsrunmt, say it's a menu option <R> Recent Callers and pipe that to /RECENT, it goes poof if you push it and is instantly erased. I was looking around for a pause of some type, it only does this in the menu system all the games and stuff work as normal and pause like normal.

Thoughts, Thanks..
I think in the msg file bbssup.msg it asks you how to handle new signups. One of the options is for screen size.

Joe


set screen length to 24.

you could always make a module to force it to 24 on login and set it as the first module activated in mjrbbs.cfg