17 lines
276 B
Plaintext
17 lines
276 B
Plaintext
|
//:://////////////////////////////////////////////
|
||
|
/*
|
||
|
* call_onpcrest.nss
|
||
|
*
|
||
|
* OnPlayerRest event caller
|
||
|
*
|
||
|
*
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
ExecuteScript("prc_rest", OBJECT_SELF);
|
||
|
|
||
|
ExecuteScript("onplayerrest", OBJECT_SELF);
|
||
|
|
||
|
}
|