8 lines
284 B
Plaintext
8 lines
284 B
Plaintext
|
// NWN v1.69 - Shayan's Subrace Engine v3.0 compliant OnModuleLoad script
|
||
|
//:://////////////////////////////////////////////////////////////////////////////
|
||
|
void main()
|
||
|
{ ExecuteScript( "x3_mod_def_load", OBJECT_SELF);
|
||
|
ExecuteScript( "mm_test_onmodld", OBJECT_SELF);
|
||
|
}
|
||
|
|