MQ2GMCheck
MQ2GMCheck | |
---|---|
Helps identify GMs, but only if they want to be detected. |
Authors | Bushdaka |
---|---|
Software type | Plugin |
Config file | MQ2GMCheck.ini
|
Maintained | Yes without support |
Links |
🏠Resource (review) |
This plugin checks to see if a visible GM is in the zone, as they're usually running special events or just chatting with players. What fun!
A GM can only be detected if they choose to be detectable. If a GM wants to be undetected, this plugin will respect their privacy.
Commands
Syntax | Description |
---|---|
/gmcheck [on|off] [option [on|off]] | Lists past GM sightings, and toggles various settings to alert you about fun and exciting GM events in your zone. |
Settings
Example MQ2GMCheck.ini. If you'd like an audio alert, you should manually create this file and add a location under [Audio]
[Audio]
Sound=C:\\Users\\Redbot\\Games\\mqueue\\resources\\sounds\\gmcheck.wav
[GM]
Miserina=1,vox,Wed Oct 17 21:08:23 2018
Reelzl=1,vox,Thu Jan 3 19:00:45 2019
Babbsa=1,vox,Thu Jan 3 19:04:32 2019
Iqbal=1,vox,Wed May 29 21:20:56 2019
Sparrowz=1,vox,Thu May 30 23:01:19 2019
Simun=1,vox,Thu Aug 29 22:59:29 2019
[vox-The Plane of Knowledge]
Miserina=1,Wed Oct 17 21:08:23 2018
Reelzl=1,Thu Jan 3 19:00:45 2019
Babbsa=1,Thu Jan 3 19:04:32 2019
Iqbal=1,Wed May 29 21:20:56 2019
Sparrowz=1,Thu May 30 23:01:19 2019
Simun=1,Thu Aug 29 22:59:29 2019
See also
Top-Level Object(s)
TLOs added by MQ2GMCheck:
TLO | Data Type(s) | Description |
---|---|---|
GMCheck | GMCheck | Shows if there is a GM in the zone who wants to make themselves known. |
Forms. Typical usage, /echo ${TLO}
Type | TLO | Description |
---|---|---|
GMCheck | GMCheck | Returns TRUE if a detectable GM is in the zone, FALSE if not, or DISABLED if /gmcheck off. |
Members. More may be available if inherited. Typical usage, /echo ${TLO.Member}
TLO | Data Type | Return Type | Member | Description |
---|---|---|---|---|
GMCheck | GMCheck | string | Count | How many GMs are in the zone. Oddly this is a string! |
Status | Returns TRUE if a detectable GM is in the zone, FALSE if not, or DISABLED if /gmcheck off. |