UW2_PRC8/_module/nss/call_onmodload.nss
Jaysyn904 a513a8c6d0 Fixed Epic Spell research
Fixed Epic Spell research.  Cleaned up events.  Full compile.  Updated release.
2023-11-14 21:52:21 -05:00

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);
}