home *** CD-ROM | disk | FTP | other *** search
File List | 1996-08-23 | 1.9 KB | 32 lines |
- LookFor(* DOOR : )=IncDOORtot(1)
- LookFor(] downloaded from (AREA )=IncDLtot(1)
- LookFor(] UPLOADED in (AREA )=IncULtot(1)
- LookFor(line message left in)=IncMSGtot(1)
- LookFor(comment to sysop left)=IncMSGtot(1)
- ;=======[ DO NOT REMOVE THIS LINE - ActionWords Explained below ]============
-
- AddCredits(x) - Adds X billing credits to user
- AddTime(x) - Add x minutes to the user's remaining time for today
- AddUserNameToFile() - Adds the user name to the file name specified
- AddUserVPhoneToFile()- Adds the user voice tel# to the file name specified
- AddUserDPhoneToFile()- Adds the user data tel# to the file name specified
- AttachFile() - Attaches a file to a message for the user
- ChangeSecLevel() - Sets the user to the new security level
- ChangeSecondaryLevel1() - Sets the user's secondary level #1
- ChangeSecondaryLevel2() - Sets the user's secondary level #2
- DoNotSkipUser - Does not skip the user
- FormatLocation - Creates "location" based on "City" and "State"
- IncDLtot(x) - Increment the "Download" counter (for call) by x
- IncULTot(x) - Increment the "Upload" counter (for call) by x
- IncMSGTot(x) - Increment the "Message" counter (for call) by x
- IncDOORTot(x) - Increment the "Door run" counter (for call) by x
- LockUser - Sets the "Lockout flag" in the user's record to "Y"
- LookFor() - Text in activity to look for (case sensitive)
- RingBell() - Rings the console bell (if on) for x number of seconds
- Shell() - Shells and runs a specified .EXE, .COM or .BAT file
- RunWcx() - Runs the specified .WCX pgm
- SendMsg() - Sends the contents of the file as a msg to the user
- SendSysopMsg() - Sends the contents of the file as a msg to the sysop
- FormatLocation() - Formats the users location by using City and State info
-
-