From b7c32095864ed8ac2547507ccbe0f5eacf11664a Mon Sep 17 00:00:00 2001 From: Lance Date: Sun, 16 Apr 2006 12:10:53 +0000 Subject: * Experimental npc_event_doall_sub with queue and npc_id allocation when needed. * Added warnings to npc_scriptcont for easier debugging. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6106 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/npc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/npc.h') diff --git a/src/map/npc.h b/src/map/npc.h index e05687969..a2c6b5ca4 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -38,6 +38,7 @@ int npc_parse_mob(char *w1,char *w2,char *w3,char *w4); int npc_parse_mob2 (struct spawn_data*, int index); // [Wizputer] int npc_parse_warp(char *w1,char *w2,char *w3,char *w4); int npc_globalmessage(const char *name,char *mes); +int npc_event_sub(struct map_session_data *sd, struct event_data *ev, const unsigned char *eventname); //[Lance] int npc_enable(const char *name,int flag); int npc_changename(const char *name, const char *newname, short look); // [Lance] -- cgit v1.2.3-70-g09d2