[Package Index | Mudlib Index | Effect Index]

File /cmds/player/group_cmds/base_group.c

This is the base file for a group sub command. All group sub commands inherit this file.

To create a new sub command that plugs in to the master "group" command, create a new file in the directory where sub commands are stored and have it inherit this file.

One file can support several verbs, however it is strongly discouraged unless they are *very* closely tied together. The file also supports different patterns for the same verb, which is no problem, and in no way discouraged.

It is suggested you name the file the same name as the verb(s) it declares.

Written by Tape

Method index

Public Functions

These are functions that everyone can access.

.