* 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://svn.code.sf.net/p/rathena/svn/branches/stable@945 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
celest
2005-01-10 10:58:12 +00:00
parent c94c71d282
commit 5055b2da21
6 changed files with 29 additions and 18 deletions

View File

@@ -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 {