From 6e2c85e3c1a0cea2230909b4714135369aa35639 Mon Sep 17 00:00:00 2001 From: celest Date: Mon, 10 Jan 2005 10:58:12 +0000 Subject: * Added 'max_eventtimer_length' to script_athena.conf * Removed PCLoginEvent requiring 'PCLoginEvent' for the player to be set to 1 first to be activated git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@945 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/map/script.h') diff --git a/src/map/script.h b/src/map/script.h index b50c46693..5dd266174 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -2,6 +2,16 @@ #ifndef _SCRIPT_H_ #define _SCRIPT_H_ +extern struct Script_Config { + int warn_func_no_comma; + int warn_cmd_no_comma; + int warn_func_mismatch_paramnum; + int warn_cmd_mismatch_paramnum; + int check_cmdcount; + int check_gotocount; + int max_eventtimer_len; +} script_config; + struct script_data { int type; union { -- cgit v1.2.3-70-g09d2