home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1997 January / CD_shareware_1-97.iso / DOS / COMUNICA / WVTDLX13.ZIP / KEYWORDS.LST < prev    next >
Encoding:
File List  |  1996-08-23  |  1.9 KB  |  32 lines

  1. LookFor(* DOOR : )=IncDOORtot(1)
  2. LookFor(] downloaded from (AREA )=IncDLtot(1)
  3. LookFor(] UPLOADED in (AREA )=IncULtot(1)
  4. LookFor(line message left in)=IncMSGtot(1)
  5. LookFor(comment to sysop left)=IncMSGtot(1)
  6. ;=======[ DO NOT REMOVE THIS LINE - ActionWords Explained below ]============
  7.  
  8.  AddCredits(x)        - Adds X billing credits to user
  9.  AddTime(x)           - Add x minutes to the user's remaining time for today
  10.  AddUserNameToFile()  - Adds the user name to the file name specified
  11.  AddUserVPhoneToFile()- Adds the user voice tel# to the file name specified
  12.  AddUserDPhoneToFile()- Adds the user data tel# to the file name specified
  13.  AttachFile()         - Attaches a file to a message for the user
  14.  ChangeSecLevel()     - Sets the user to the new security level
  15.  ChangeSecondaryLevel1() - Sets the user's secondary level #1
  16.  ChangeSecondaryLevel2() - Sets the user's secondary level #2
  17.  DoNotSkipUser        - Does not skip the user
  18.  FormatLocation       - Creates "location" based on "City" and "State"
  19.  IncDLtot(x)          - Increment the "Download" counter (for call) by x
  20.  IncULTot(x)          - Increment the "Upload" counter (for call) by x
  21.  IncMSGTot(x)         - Increment the "Message" counter (for call) by x
  22.  IncDOORTot(x)        - Increment the "Door run" counter (for call) by x
  23.  LockUser             - Sets the "Lockout flag" in the user's record to "Y"
  24.  LookFor()            - Text in activity to look for (case sensitive)
  25.  RingBell()           - Rings the console bell (if on) for x number of seconds
  26.  Shell()              - Shells and runs a specified .EXE, .COM or .BAT file
  27.  RunWcx()             - Runs the specified .WCX pgm
  28.  SendMsg()            - Sends the contents of the file as a msg to the user
  29.  SendSysopMsg()       - Sends the contents of the file as a msg to the sysop
  30.  FormatLocation()     - Formats the users location by using City and State info
  31.  
  32.