17 lines
328 B
Plaintext
17 lines
328 B
Plaintext
//:://////////////////////////////////////////////
|
|
/*
|
|
* call_onmodload.nss
|
|
*
|
|
* OnModuleLoad event caller
|
|
*
|
|
*
|
|
*/
|
|
//:://////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
ExecuteScript("prc_onmodload", OBJECT_SELF);
|
|
ExecuteScript("x2_mod_def_load", OBJECT_SELF);
|
|
ExecuteScript("onmoduleload", OBJECT_SELF);
|
|
|
|
} |