Rune_PRC8/_module/nss/wrap_ar_onexit.nss

20 lines
467 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
////////////////////////////////////////////////////////////////////////////////
//
// 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
}