17 lines
280 B
Plaintext
17 lines
280 B
Plaintext
|
//:://////////////////////////////////////////////
|
||
|
/*
|
||
|
* call_onenter.nss
|
||
|
*
|
||
|
* OnClientEnter event caller
|
||
|
*
|
||
|
*
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
ExecuteScript("prc_onenter", OBJECT_SELF);
|
||
|
|
||
|
ExecuteScript("oncliententer", OBJECT_SELF);
|
||
|
|
||
|
}
|