summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-19 18:00:54 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-19 18:00:54 +0300
commitd38a0b63bd821e043435b852a7dea9ad0f89262e (patch)
treec6abb9c92424800c62b037b9a4a760a71b978832 /src/map/script.h
parent7966264fdf4271c8b247d572c2eadef88dcaf4b4 (diff)
downloadevol-hercules-d38a0b63bd821e043435b852a7dea9ad0f89262e.tar.gz
evol-hercules-d38a0b63bd821e043435b852a7dea9ad0f89262e.tar.bz2
evol-hercules-d38a0b63bd821e043435b852a7dea9ad0f89262e.tar.xz
evol-hercules-d38a0b63bd821e043435b852a7dea9ad0f89262e.zip
Impliment script commands setq and getq.
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 55104dc..79fcdc4 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -15,5 +15,7 @@ BUILDIN(closeDialog);
BUILDIN(shop);
BUILDIN(getItemLink);
BUILDIN(requestLang);
+BUILDIN(getq);
+BUILDIN(setq);
#endif // EVOL_MAP_SCRIPT