diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-29 19:04:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-29 19:04:23 +0300 |
commit | 7d9fb1c5c1101fc1fc0afaa2508c842cedbf1a5a (patch) | |
tree | 572a9968526a3c84c8bad347dafca7f3b2c6a29e /src/map/script.h | |
parent | 3c4e409e9080783ecc01d93aa53ddf04f6f93ff0 (diff) | |
download | evol-hercules-7d9fb1c5c1101fc1fc0afaa2508c842cedbf1a5a.tar.gz evol-hercules-7d9fb1c5c1101fc1fc0afaa2508c842cedbf1a5a.tar.bz2 evol-hercules-7d9fb1c5c1101fc1fc0afaa2508c842cedbf1a5a.tar.xz evol-hercules-7d9fb1c5c1101fc1fc0afaa2508c842cedbf1a5a.zip |
add script command for clear npc window.
New script command: clear
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 5993e37..eb917d7 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -34,5 +34,6 @@ BUILDIN(setNpcDistance); BUILDIN(showAvatar); BUILDIN(setAvatarDir); BUILDIN(setAvatarAction); +BUILDIN(clear); #endif // EVOL_MAP_SCRIPT |