UW2_PRC8/_module/nss/call_onrest.nss

13 lines
211 B
Plaintext
Raw Normal View History

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