UW2_PRC8/_module/nss/call_onrest.nss
Jaysyn904 91d10a9f5a Fixed PRC AMS events not firing
Fixed PRC AMS events not firing.  Updated release archive.
2023-11-04 21:37:49 -04:00

13 lines
211 B
Plaintext

//:: call_onrest
///////////////////////////////////////
//::
//:: Calls rest events
//::
//::
///////////////////////////////////////
void main()
{
ExecuteScript("prc_rest");
ExecuteScript("onplayerrest");
}