diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-28 22:45:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-28 22:45:51 +0300 |
commit | 93dc75d5f5a5fedf9893778604443becd6926a32 (patch) | |
tree | 65f144aa347c64852e8a45b38c35d9f7d4f6d0b6 /src/emap/script.h | |
parent | 1cba537b28b4c0fd6edb1f4f30e4457fd441b6c9 (diff) | |
download | plugin-93dc75d5f5a5fedf9893778604443becd6926a32.tar.gz plugin-93dc75d5f5a5fedf9893778604443becd6926a32.tar.bz2 plugin-93dc75d5f5a5fedf9893778604443becd6926a32.tar.xz plugin-93dc75d5f5a5fedf9893778604443becd6926a32.zip |
Add chatjoin script command for join chat room.
Format: chatjoin chat [,user [,password]]
Diffstat (limited to 'src/emap/script.h')
-rw-r--r-- | src/emap/script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script.h b/src/emap/script.h index 6cd9d82..dc65855 100644 --- a/src/emap/script.h +++ b/src/emap/script.h @@ -57,5 +57,6 @@ BUILDIN(npcSit); BUILDIN(npcStand); BUILDIN(npcWalkTo); BUILDIN(setBgTeam); +BUILDIN(chatJoin); #endif // EVOL_MAP_SCRIPT |