From WikiChip
Difference between revisions of "mirc/commands/gopts"
m (Bot: Fixing links) |
m (Bot: Automated text replacement (-<small>Note: Individual switches were not taken into consideration.</small> +)) |
||
Line 35: | Line 35: | ||
− | + | ||
== See also == | == See also == |
Revision as of 21:16, 5 July 2014
The gopts command is used to sets various option of a loaded agent
Synopsis
/gopts -b <name> <on | off | size | pace | hide | nosize | nopace | nohide> /gopts -i <name> <on | off> /gopts -e <name> <on | off> /gopts -q <name> (undocumented) /gopts -n <name> <langid> /gopts -h <name> <on | off>
Switches
- -b - Turns balloons on or off, but you can instead specify <size>/<nosize> to enable/disable the balloons to fit the text being spoken, <pace>/<nopace> to enable/disable the display of text word by word as it is being spoken, and <hide>/<nohide> to hide/show the balloons when no text is being spoken.
- -i - Turns idle effects on or off.
- -e - Turns sound effects on or off.
- -n - Allows you to set a language id
- -h - Turns the auto-hide feature on or off (see /gload for more info).
Parameters
- <name> - The name used in /gload to reference that agent
- <on | off> - The state for that option
- <size | pace | hide | nosize | nopace | nohide> - Can be used with -b instead of <on | off> to change the way the balloon is displayed
- <langid> - Used with -n, the hex id value for the language
Example
;Load the default agent on your system /gload myagent default ;Turns off sound effect /gopts -e myagent off
Compatibility
Added: mIRC v5.7
Added On: 02/02/2000
See also
- List of commands
- List of identifiers
- /ghide
- /gunload
- /gshow
- /gload
- /gsize
- /gtalk
- /gplay
- /gpoint
- /gstop
- /gmove
- /gqreq
- $agentver
- $agentstat
- $agentname
- $agent
mIRC commands list