generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
19
_module/nss/wrap_ar_onexit.nss
Normal file
19
_module/nss/wrap_ar_onexit.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Wrapper
|
||||
// wrap_ar_onexit
|
||||
// by Don Anderson
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "spawn_functions"
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
ExecuteScript("opw_area_onexit",OBJECT_SELF); //Area Exit Stuff
|
||||
ExecuteScript("wdm_ar_onexit",OBJECT_SELF); //Dead and Wild Magic System
|
||||
|
||||
Spawn_OnAreaExit();//NESS NPC Spawn/Respawn System
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user