diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-01 22:24:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-01 22:24:17 +0300 |
commit | 3242c560742518770c6ea97db03bf89d314cb963 (patch) | |
tree | 107e7868125bb67034e0ef3a9ef2101007420033 /src/map/script.h | |
parent | dc7c6e13e5535e4fe78bb84f9920347880022327 (diff) | |
download | evol-hercules-3242c560742518770c6ea97db03bf89d314cb963.tar.gz evol-hercules-3242c560742518770c6ea97db03bf89d314cb963.tar.bz2 evol-hercules-3242c560742518770c6ea97db03bf89d314cb963.tar.xz evol-hercules-3242c560742518770c6ea97db03bf89d314cb963.zip |
Add script function for unequip item by id.
New script function: unequipbyid ID
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 bdd78ec..ef3208c 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -35,5 +35,6 @@ BUILDIN(clear); BUILDIN(changeMusic); BUILDIN(setNpcDialogTitle); BUILDIN(getMapName); +BUILDIN(unequipById); #endif // EVOL_MAP_SCRIPT |