From WikiChip
Difference between revisions of "mirc/commands/gopts"
m (bot: correcting title) |
m (Bot: de-linking old mIRC menu) |
||
Line 1: | Line 1: | ||
− | {{mirc title|/gopts Command | + | {{mirc title|/gopts Command}} |
The '''gopts command''' is used to sets various option of a loaded agent | The '''gopts command''' is used to sets various option of a loaded agent | ||
Revision as of 18:24, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
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 Feb 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
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