forked from kyonshi/grenzland-mud
Added %log% command, and made capitalization up to the builders discretion in various trigedit messages. (#35)
* Added %log%, and made %send%, %echo%, etc. not force capitalization. * Fixed Previous Commit * Really fixed this time.
This commit is contained in:
@@ -377,11 +377,11 @@ static const char *syntax_color_replacement[SYNTAX_TERMS][2] =
|
||||
};
|
||||
|
||||
// Here you can include more commands usually used in your triggers
|
||||
#define COMMAND_TERMS 35
|
||||
#define COMMAND_TERMS 36
|
||||
static const char *command_color_replacement[COMMAND_TERMS][2] =
|
||||
{
|
||||
// Mob specific commands (25)
|
||||
{ "marena", "\tcmarena\tn" }, // 0
|
||||
{ "mlog", "\tcmlog\tn" }, // 0
|
||||
{ "masound", "\tcmasound\tn" },
|
||||
{ "mkill", "\tcmkill\tn" },
|
||||
{ "mjunk", "\tcmjunk\tn" },
|
||||
|
||||
Reference in New Issue
Block a user