Plugin wizard - Name and Purpose
Name:

Name of this plugin - between 1 and 32 characters.

Purpose:

Short description - up to 100 characters.

Author:

Name of author - up to 32 characters.

Requires:

Which version of MUSHclient is required to run it. The earlier the better (so that people do not need to upgrade unnecessarily), however if your plugin uses script commands, or other features that only appeared in a particular version, that is the version number you should put here.

Date Written:

Date written - automatically generated.

Version:

Plugin version - defaults to 1.

ID:

Unique plugin ID - automatically generated.

Warning

Once you click the "Create" button and any triggers/aliases/timers/variables which you selected (in the other configuration screens) will be REMOVED from your world file and placed in the plugin.

The purpose of this is that the relevant triggers etc. should be moved from the "main" world file to the plugin file, otherwise you would have two lots of them when you tested the plugin, quite possibly causing a lot of confusion. However these changes will not actually occur until you save the world file.

Create ...

Click to write the plugin to disk as a separate file.

Warning - if you click "create" and then cancel the file selection dialog, you will not be returned to the plugin wizard, so any selections/entries you made will need to be redone.


See Also ...

Topics

DOC_aliases Aliases
DOC_Arrays Arrays
DOC_plugins Plugins
DOC_scripting Scripting
DOC_timers Timers
DOC_triggers Triggers
DOC_variables Variables

Command

CMD_ID_FILE_PLUGINWIZARD PluginWizard (Invokes the plugin creation wizard)

Dialog

DLG_IDD_PLUGINWIZARDPAGE2 Plugin wizard - Description

Functions

FNC_BroadcastPlugin BroadcastPlugin (Broadcasts a message to all installed plugins)
FNC_CallPlugin CallPlugin (Calls a routine in a plugin)
FNC_EnablePlugin EnablePlugin (Enables or disables the specified plugin)
FNC_GetPluginID GetPluginID (Returns the 24-character ID of the current plugin)
FNC_GetPluginInfo GetPluginInfo (Gets details about a specified plugin)
FNC_GetPluginList GetPluginList (Gets a list of installed plugins.)
FNC_GetPluginName GetPluginName (Returns the name of the current plugin)
FNC_GetPluginTimerInfo GetPluginTimerInfo (Gets details about a named timer for a specified plugin)
FNC_GetPluginTimerList GetPluginTimerList (Gets the list of timers in a specified plugin)
FNC_GetPluginVariable GetPluginVariable (Gets the contents of a variable belonging to a plugin)
FNC_GetPluginVariableList GetPluginVariableList (Gets the list of variables in a specified plugin)
FNC_IsPluginInstalled IsPluginInstalled (Checks to see if a particular plugin is installed)
FNC_LoadPlugin LoadPlugin (Loads a plugin from disk)
FNC_PluginSupports PluginSupports (Checks if a plugin supports a particular routine)
FNC_ReloadPlugin ReloadPlugin (Reloads an installed plugin)
FNC_SaveState SaveState (Saves the state of the current plugin)

(Help topic: dialog=IDD_PLUGINWIZARDPAGE1)

DOC_contents Documentation contents page