UW2_PRC8/_module/nss/call_onpcrest.nss

17 lines
276 B
Plaintext
Raw Normal View History

//:://////////////////////////////////////////////
/*
* call_onpcrest.nss
*
* OnPlayerRest event caller
*
*
*/
//:://////////////////////////////////////////////
void main()
{
ExecuteScript("prc_rest", OBJECT_SELF);
ExecuteScript("onplayerrest", OBJECT_SELF);
}