From 6091f2d963bdff2e62176d9a668943ee02f57043 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 1 Jan 2015 23:33:37 +0300 Subject: add script function for check is player dead or not. New script function: ispcdead() --- src/map/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/init.c') diff --git a/src/map/init.c b/src/map/init.c index 1685a82..f53de01 100644 --- a/src/map/init.c +++ b/src/map/init.c @@ -94,7 +94,7 @@ HPExport void plugin_init (void) addScriptCommand("setnpcdialogtitle", "s", setNpcDialogTitle); addScriptCommand("getmapname", "", getMapName); addScriptCommand("unequipbyid", "i", unequipById); - + addScriptCommand("ispcdead", "", isPcDead); do_init_langs(); -- cgit v1.2.3-70-g09d2