UW2_PRC8/_module/nss/call_onenter.nss

17 lines
280 B
Plaintext
Raw Normal View History

//:://////////////////////////////////////////////
/*
* call_onenter.nss
*
* OnClientEnter event caller
*
*
*/
//:://////////////////////////////////////////////
void main()
{
ExecuteScript("prc_onenter", OBJECT_SELF);
ExecuteScript("oncliententer", OBJECT_SELF);
}