Command:/mycmd

From the wonderful RedGuides Wiki

This command is added by KissAssist

Syntax Key
Notation Description
Text without brackets or braces Required items
<Text inside angle brackets> Placeholder for which you must supply a value
[Text inside square brackets] Optional items
Vertical bar (|) Separator for mutually exclusive items; choose one
{Text | inside | braces} Set of required items; choose one
Ellipsis () Items that can be repeated
Syntax /mycmd <command> [param]...
Description Command to control any custom commands you or others have made. A detailed guide on adding custom commands can be found here.

Options

Examples

For those of you who have custom changes to your kissassist macro and for those who would like to add functionality that can be moved from kiss version to kiss version with little to no mods, this for you. This also allow for custom code to be easily shared among kissassit users. To enable this ability you will need to edit the macro and remove the Remark character from the line at the bottom of the macro.
|#include kissmycmds.inc

Current Usage Format:

/mycmd Command param1 param2 param3

Edit the kissmycmds_template.inc file in the macro directory for example code, To get started copy the kissmycmds_template.inc to kissmycmds.inc. Make your changes to the kissmycmds.inc file.

If you have custom routines you currently move from kiss version to kiss version, you can move the code to this file.

See also