From e4666b4fb5100b2be3f7758cbf0d724b046a7178 Mon Sep 17 00:00:00 2001 From: Lance Date: Tue, 23 May 2006 08:35:22 +0000 Subject: * Added 'setd' support for local NPC scope (') variables. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6704 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/script.h') diff --git a/src/map/script.h b/src/map/script.h index 109ab7690..87b03a5af 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -69,9 +69,10 @@ int run_script(struct script_code *rootscript,int pos,int rid,int oid); int set_var(struct map_session_data *sd, char *name, void *val); int conv_num(struct script_state *st,struct script_data *data); char* conv_str(struct script_state *st,struct script_data *data); -void setd_sub(struct map_session_data *sd, char *varname, int elem, void *value); +void setd_sub(struct script_state *st, struct map_session_data *sd, char *varname, int elem, void *value); int run_script_timer(int tid, unsigned int tick, int id, int data); int run_script_main(struct script_state *st); + struct linkdb_node* script_erase_sleepdb(struct linkdb_node *n); void script_free_code(struct script_code* code); -- cgit v1.2.3-60-g2f50