                        **********************************
                        *  Hack And Slash Docs (STARNET) *
                        *     Docs By Larry Cloud        *
                        *             Eric Douglas       *
                        *       Doc  Version 1.01        *
                        **********************************



        PURPOSE:
        ~~~~~~~~
     The reasons are simple; to create one hell of A BBS system. To get more
     users into your BBS system. To plain just have fun with you computer.
     TO CONTROL ALL THE WORLD'S NUCLEAR WEAPONS SYSTEM!!!!  (oops, sorry
     wrong game!)


        DISTRIBUTION:
        ~~~~~~~~~~~~~
     This version of Hack & Slash is freely distributable for non-commercial
     use (including distribution on the Fred Fish disks), provided that a
     brief note of credit or a thank-you is included in a readme file
     somewhere.

     
        DISCLAIMER
        ~~~~~~~~~~

     This  software and documentation is provided "as is". No warranties
     are made with respect to the accuracy, reliability, performance or
     operation of  this  software  and  information. All use is at your
     own risk. The author is not responsible for any loss of data, damages
     to software or hardware  that  may  result  directly or indirectly from
     the miss-use of the described program.



        INSTALLATION: (THIS WORKS FOR STAR-NET BBS ONLY!)
        ~~~~~~~~~~~~~
     0)  We assume you know how to use DosDriver, and have it all assign.
         If not the program can be found on all major Star-Net BBSs. 

     1)  Add the following lines to your LOGON_x.PRX, substituting the
         appropriate numbers for 0 (line 0):

     ;cut here---

        address "STAR0_AREXX"
        'getvar' 1
        username = result
        OPEN('file','dosdrivers:hacknslash_0','W')
        WRITELN('file','cd doors:hacknslash')
        WRITELN('file','hack&slash '||username)
        WRITELN('file','endcli')
        CLOSE('file')
        address command "protect dosdrivers:hacknslash_0 +S"
        address "STAR0_AREXX"

     ;cut here---


     2)  Add the following to your DOSDRIVERS: directory:

         Rename DosDrive to HACKNSLASH and put it in.
         Copy the file HNS.SCRIPT there too.  Be SURE to set the S
         bit on this file too (PROTECT HNS.SCRIPT +S).

     3)  Change your .menu entry as follows:

        ;cut here---

        Option 'H':
                minaccess 5
                Function Rundoor Doors:Dosdrivers/hns.script
                end
        ;cut here---

 3.1)  The Option H is your choice. It does not matter. 
        
 3.2)  Item #1 above makes the appropriate files for this script to work.
       Please make sure you have 'S' bit set on all script files!

     4)  Now anytime someone goes into the door, it will allow them in
         without interfering with anyone else.  Starnet (via the RUNDOOR
         command) makes sure that only one person is in the door at one time.

     5)  It works here, so if you're still having problems, let me know.

                               Larry Cloud - Cloud's Corner BBS
                               1-206-377-4290 HST DS
                               Eric Douglas - A.A.A. Club BBS
                               1-702-656-8784

