UW2_PRC8/_module/nss/call_onexit.nss

17 lines
275 B
Plaintext
Raw Permalink Normal View History

//:://////////////////////////////////////////////
/*
* call_onexit.nss
*
* OnClientExit event caller
*
*
*/
//:://////////////////////////////////////////////
void main()
{
ExecuteScript("prc_leave", OBJECT_SELF);
ExecuteScript("onclientexit", OBJECT_SELF);
}