This document lists changes to scripts other than the message scripts that
you should (or may want to) make if using my message menu script.

SCRIPT       IMPORTANCE     ACTION
------------ -------------- ------------------------------------------------
Logon        must be done   "set Variable MAreaNum 1" or alternately, you
                            can store MAreaNum into some ExtraULong in
                            Logoff.proteus, retrieve it from there here,
                            and then set it to 1 as above in NewUser.proteus

Logon        must be done   "set Variable newarea Y"

several      up to you      Anywhere you want to have a "Leave Feedback"
                            option (such as in your goodbye command) you
                            should have a line like this:
                            call "PRexx:MessageEnter" "Edit 1 Your Name"
                            (where 1 is your mail area, and Your Name is
                            of course your name)

