Commands: .signin [category] Signs into the script so your games are announced. If you set a category, runs will be recorded under that category. Categories allow people to gain more information on what type of games you play. Requires 15 access. .signout Signs out of the script. Force signed out upon exiting battle.net. Requires 15 access to use the command, must be signed in. .changecat <Category> Changes the signin category. .games Because this is a general command, a follow-up response is given (tells the user to use the .pgames [product] command). This is changeable at the top of the script (Const gamesresponsex = "") - Change what is in quotes (keeping the quotes). Requires 1 access. All access values are changeable in the command manager. .pgames [product] Lists the game hosts for the product given. The 4 character product codes must be used (STAR, D2DV, etc.). A list of the supported clients and product codes are in the command manager (all the common ones). Requires 1 access. Product argument is now (1.2.0B) optional and can be defined in the Const section of the script around line 90. .cgames <Username> Says how long a user has been either in a game (and game name), idle, or offline (no time given for offline). Requires 1 access. .permsignin [Category] Permanently signs in a user so they automatically sign in upon logging on. Useful for very active users or bots. If you need a manual override (the bot can't talk or something), go to GameAnnounce.ini > Find the username > under it, make a new line and type PSI=True. (no ".") Requires 150 access. .runsdata [Username] Returns the number of runs logged, days in the script, and the activity rating for a user. Activity is based on days active out of total days (and a few other factors). Username is optional. If left out, it will default to the user of the command. Requires 1 access. .gmlogging Toggles (on/off) game logging. Required 150 access. .catdata <Category> [Username] Returns the number of runs for a specific category by a user. Defaults to the command user when no username is specified. .gmtop Returns the top 3 runners. Useful for finding the most active users.