; $HBBS
; all user commands for all access levels go here, note that if a user
; command is specified in a Level_XX file the same or lower than a users
; access level then that door will be used instead of the ones in here...
;
; door options take the format
;
; <commandname>_Type_1=NORMAL
; <commandname>_Door_1=HBBS:Doors/User/<doordir>/<doorprogram>.HBBS
; <commandname>_Param_1=TEST
; <commandname>_Debug_1=YES|NO
;
; where <commandname> is what the user types in at the command prompt
; command name MUST NOT have any nonprintable characters in it as well
; as spaces, and preferably no High Ascii....
; <doordir> is where the door is located
; <doorprogram> is the filename of the door program.
;
; also note that parameters typed by the user are supplied to the door AFTER
; the parameters speceficed in the _Param_ setting, eg. say you had a door
; setup as follows
;
; D_Type_1=NORMAL
; D_Door_1=HBBS:Doors/Download.HBBS
; D_Param_1=IGNORE_WILDSTAR
;
; and you typed "D fred.zip" at the bbs prompt when logged into node 1 the command
; run would be "HBBS:Doors/Download.HBBS 1 fred.zip"
; and N_ND->ActiveDoor->SystemOptions would contain "IGNORE_WILDSTAR"
; get it ?

; *** Conference Doors ***

J_Type_1=NORMAL
J_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS

RJ_Type_1=NORMAL
RJ_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS
RJ_Param_1=REJOIN    ; tells the door to rejoin the conference

>_Type_1=NORMAL
>_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS
>_Param_1=FORWARD    ; tells the door to go forward one conference

<_Type_1=NORMAL
<_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS
<_Param_1=BACKWARD   ; tells the door to go backward one conference

; *** Mail Doors ***

R_Type_1=NORMAL
R_Door_1=HBBS:Doors/User/Mail/Mail_ReadUSER.HBBS

MS_Type_1=NORMAL
MS_Door_1=HBBS:Doors/User/Mail/Mail_Scan.HBBS
;MS_Debug_1=YES

EMAIL_Type_1=NORMAL
EMAIL_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS
EMAIL_Param_1=INTERNET

; *** Toy Doors ***

WALL_Type_1=NORMAL
WALL_Door_1=HBBS:Doors/User/Wall/Wall.HBBS

WHO_Type_1=NORMAL
WHO_Door_1=HBBS:Doors/User/Who/Who.HBBS

; *** File Doors ***

D_Type_1=NORMAL
D_Door_1=HBBS:Doors/User/Download/Download.HBBS
D_Type_2=SSCREEN
D_Door_2=QuickStats


F_Type_1=NORMAL
F_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS
F_Param_1=LIST

Z_Type_1=NORMAL
Z_Door_1=HBBS:Doors/User/Zippy/TeppicZippy.HBBS

V_Type_1=NORMAL
V_Door_1=HBBS:Doors/User/View/TeppicView.HBBS

FR_Type_1=NORMAL
FR_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS
FR_Param_1=REVERSE
;FR_Debug_1=YES

N_Type_1=NORMAL
N_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS
N_Param_1=NEW
;N_Debug_1=YES

A_Type_1=NORMAL
A_Door_1=HBBS:Doors/User/CheckTags/CheckTags.HBBS

QS_Type_1=SSCREEN
QS_Door_1=QuickStats

Q_Type_1=SCREEN
Q_Door_1=HBBS:Screens/Special/QuickStats.TXT

RL_Type_1=NORMAL
RL_Door_1=HBBS:Doors/User/ReLogin/ReLogin.HBBS

OLM_Type_1=NORMAL
OLM_Door_1=HBBS:Doors/User/OnLineMessage/OnLineMessage.HBBS

EC_Type_1=NORMAL
EC_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS
EC_Param_1=CONFERENCE
;EC_Debug_1=YES

; *** Other Doors ***

;  Just my little jokes...
HELP_Type_1=ECHO
HELP_Door_1=Why should I ?

SHELL_Type_1=ECHO
SHELL_Door_1=A very hard skin that some animals use for protection

;
;
;
; *** Add Your Doors Here ^^^ ***

; The following doors are should not be used by anyone
; except the person writing the doors. I.E.  ME :-)

test_Type_1=NORMAL
test_Door_1=hbbs:doors/test/test/test.hbbs
;test_debug_1=YES


