|
@@ -185,6 +185,7 @@ struct Script_Config script_config = {
|
|
1, // warn_func_mismatch_argtypes
|
|
1, // warn_func_mismatch_argtypes
|
|
1, 65535, 2048, //warn_func_mismatch_paramnum/check_cmdcount/check_gotocount
|
|
1, 65535, 2048, //warn_func_mismatch_paramnum/check_cmdcount/check_gotocount
|
|
0, INT_MAX, // input_min_value/input_max_value
|
|
0, INT_MAX, // input_min_value/input_max_value
|
|
|
|
+ // NOTE: None of these event labels should be longer than <NAME_LENGTH> characters
|
|
"OnPCDieEvent", //die_event_name
|
|
"OnPCDieEvent", //die_event_name
|
|
"OnPCKillEvent", //kill_pc_event_name
|
|
"OnPCKillEvent", //kill_pc_event_name
|
|
"OnNPCKillEvent", //kill_mob_event_name
|
|
"OnNPCKillEvent", //kill_mob_event_name
|
|
@@ -196,6 +197,7 @@ struct Script_Config script_config = {
|
|
"OnPCStatCalcEvent", //stat_calc_event_name
|
|
"OnPCStatCalcEvent", //stat_calc_event_name
|
|
"OnTouch_", //ontouch_name (runs on first visible char to enter area, picks another char if the first char leaves)
|
|
"OnTouch_", //ontouch_name (runs on first visible char to enter area, picks another char if the first char leaves)
|
|
"OnTouch", //ontouch2_name (run whenever a char walks into the OnTouch area)
|
|
"OnTouch", //ontouch2_name (run whenever a char walks into the OnTouch area)
|
|
|
|
+ "OnWhisperGlobal", //onwhisper_event_name (is executed when a player sends a whisper message to the NPC)
|
|
};
|
|
};
|
|
|
|
|
|
static jmp_buf error_jump;
|
|
static jmp_buf error_jump;
|