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