Aantioch_Infernum/_module/nss/hif_onplayerrest.nss

14 lines
396 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
// prc_rest,_onplayer_rest
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onplayerrest event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_rest", OBJECT_SELF);
ExecuteScript("_onplayer_rest", OBJECT_SELF);
}