diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-01 16:17:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-01 16:17:42 +0300 |
commit | 856f57d7fb05806cd676112a389ecf8be5ecf54e (patch) | |
tree | 7b21a2c6989de6b79d61acaa7d3a1c663a76fd14 /src/map/script.h | |
parent | 4284e5bd3d3c3fd387b4e3a9b73220cafc0f2188 (diff) | |
download | evol-hercules-856f57d7fb05806cd676112a389ecf8be5ecf54e.tar.gz evol-hercules-856f57d7fb05806cd676112a389ecf8be5ecf54e.tar.bz2 evol-hercules-856f57d7fb05806cd676112a389ecf8be5ecf54e.tar.xz evol-hercules-856f57d7fb05806cd676112a389ecf8be5ecf54e.zip |
Add script command for send chat command to client.
New script command: clientCommand chatcommand args
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index b9247b3..24210a1 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -40,5 +40,6 @@ BUILDIN(isPcDead); BUILDIN(areaTimer); BUILDIN(getAreaDropItem); BUILDIN(setMount); +BUILDIN(clientCommand); #endif // EVOL_MAP_SCRIPT |