Language:
Language to be used in the plugin.
Include Standard Constants
If checked, an "include" line will be generated to include the appropriate "standard MUSHclient constants" for the selected language. These are files that ship with MUSHclient, that contain constant names for error messages, and flags for things like AddTrigger.
Script text
This is the script (copied from your script file) that will appear in the plugin.
If only part of the script is relevant to the plugin you should remove the unwanted parts before creating the plugin.
Edit...
Click to edit the script in a larger window.
See Also ...
Topics
Aliases
Arrays
Plugins
Scripting
Timers
Triggers
Variables
Dialog
Plugin wizard - Comments
Functions
(BroadcastPlugin) Broadcasts a message to all installed plugins
(CallPlugin) Calls a routine in a plugin
(EnablePlugin) Enables or disables the specified plugin
(GetPluginID) Returns the 24-character ID of the current plugin
(GetPluginInfo) Gets details about a specified plugin
(GetPluginList) Gets a list of installed plugins.
(GetPluginName) Returns the name of the current plugin
(GetPluginTimerInfo) Gets details about a named timer for a specified plugin
(GetPluginTimerList) Gets the list of timers in a specified plugin
(GetPluginVariable) Gets the contents of a variable belonging to a plugin
(GetPluginVariableList) Gets the list of variables in a specified plugin
(IsPluginInstalled) Checks to see if a particular plugin is installed
(LoadPlugin) Loads a plugin from disk
(PluginSupports) Checks if a plugin supports a particular routine
(ReloadPlugin) Reloads an installed plugin
(SaveState) Saves the state of the current plugin
(UnloadPlugin) Unloads an installed plugin
(Help topic: dialog=IDD_PLUGINWIZARDPAGE7)