summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-26 07:40:41 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-26 07:40:41 +0000
commitccd3e0e2d45eac452406eab7dfcfa7a08a369042 (patch)
treed2b4a5a4deee3a0036f081707081a4e4fe668972 /src/map/npc.h
parentc576ad09280dc788d9e95ca410594e88dd5fa7aa (diff)
downloadhercules-ccd3e0e2d45eac452406eab7dfcfa7a08a369042.tar.gz
hercules-ccd3e0e2d45eac452406eab7dfcfa7a08a369042.tar.bz2
hercules-ccd3e0e2d45eac452406eab7dfcfa7a08a369042.tar.xz
hercules-ccd3e0e2d45eac452406eab7dfcfa7a08a369042.zip
added new script commands
from jA git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1182 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.h')
-rw-r--r--src/map/npc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h
index e04587508..5c9c8b900 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -26,6 +26,7 @@ int npc_buylist(struct map_session_data *,int,unsigned short *);
int npc_selllist(struct map_session_data *,int,unsigned short *);
int npc_parse_mob(char *w1,char *w2,char *w3,char *w4);
int npc_parse_warp(char *w1,char *w2,char *w3,char *w4);
+int npc_globalmessage(const char *name,char *mes);
int npc_enable(const char *name,int flag);
struct npc_data* npc_name2id(const char *name);