diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-15 09:26:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-15 09:26:27 -0300 |
commit | 02bb73a4a3c9b52a14da05997efd0381fe9f1403 (patch) | |
tree | e85648eca013e0801861700661aa9437033e57da /src/emap/script_buildins.h | |
parent | 030cf9c15212df4afcc0a34c1629a6c18b01c236 (diff) | |
download | evol-hercules-02bb73a4a3c9b52a14da05997efd0381fe9f1403.tar.gz evol-hercules-02bb73a4a3c9b52a14da05997efd0381fe9f1403.tar.bz2 evol-hercules-02bb73a4a3c9b52a14da05997efd0381fe9f1403.tar.xz evol-hercules-02bb73a4a3c9b52a14da05997efd0381fe9f1403.zip |
Replace built-in function getguildmember() to return their position too.
Fine grained control is everything %%e Just don't make it overly complex as usual ^.^
Diffstat (limited to 'src/emap/script_buildins.h')
-rw-r--r-- | src/emap/script_buildins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h index ad1916d..6d4b6e9 100644 --- a/src/emap/script_buildins.h +++ b/src/emap/script_buildins.h @@ -106,5 +106,6 @@ BUILDIN(getguildavg); BUILDIN(getguildexp); BUILDIN(getguildnxp); BUILDIN(setguildrole); +BUILDIN(getguildmember); #endif // EVOL_MAP_SCRIPT_BUILDINS |