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