diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-02 12:41:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-02 13:32:43 +0300 |
commit | 1d23256b629c02102f57b6262d261c6a4c986887 (patch) | |
tree | 5be656e8f0c4126ee8820c1d15f0d7134a211723 /src/map/script.h | |
parent | 6091f2d963bdff2e62176d9a668943ee02f57043 (diff) | |
download | evol-hercules-1d23256b629c02102f57b6262d261c6a4c986887.tar.gz evol-hercules-1d23256b629c02102f57b6262d261c6a4c986887.tar.bz2 evol-hercules-1d23256b629c02102f57b6262d261c6a4c986887.tar.xz evol-hercules-1d23256b629c02102f57b6262d261c6a4c986887.zip |
Add script command to call timer on players in area.
New script command: areatimer map, x1, y1, x2, y2, tick, event
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 617bd39..e82a57c 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -37,5 +37,6 @@ BUILDIN(setNpcDialogTitle); BUILDIN(getMapName); BUILDIN(unequipById); BUILDIN(isPcDead); +BUILDIN(areaTimer); #endif // EVOL_MAP_SCRIPT |