mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-25 08:34:09 +01:00
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:
parent
512fd64d65
commit
023348b0a0
8 changed files with 51 additions and 3 deletions
|
|
@ -392,6 +392,7 @@ static const struct mob_script_command_t mob_script_commands[] = {
|
|||
{ "mtransform", do_mtransform , 0 },
|
||||
{ "mzoneecho", do_mzoneecho, 0 },
|
||||
{ "mfollow" , do_mfollow , 0 },
|
||||
{ "mlog" , do_mlog , 0 },
|
||||
{ "\n" , do_not_here , 0 } };
|
||||
|
||||
int script_command_interpreter(struct char_data *ch, char *arg) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue