* 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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user