From 53edb4dd94fda5157944dbd0fc619f92ce4db500 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 2 May 2015 15:40:15 +0300 Subject: add script function for check is unit walking. New script function: isunitwalking([unitid]) --- src/map/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/init.c') diff --git a/src/map/init.c b/src/map/init.c index e19224a..d14f5b0 100644 --- a/src/map/init.c +++ b/src/map/init.c @@ -110,6 +110,7 @@ HPExport void plugin_init (void) addScriptCommand("getareadropitem", "siiiiv*", getAreaDropItem); addScriptCommand("setmount", "?", setMount); addScriptCommand("clientcommand", "s", clientCommand); + addScriptCommand("isunitwalking", "?", isUnitWalking); do_init_langs(); -- cgit v1.2.3-70-g09d2