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:
Nauzhror
2018-01-15 15:37:42 -05:00
committed by wyld-sw
parent 512fd64d65
commit 023348b0a0
8 changed files with 51 additions and 3 deletions

View File

@@ -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" },