NWNDS/nwnds_module/hif_onplayerrest.nss

14 lines
395 B
Plaintext
Raw Normal View History

// prc_rest, ar_mod_onrest
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onplayerrest event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_rest", OBJECT_SELF);
ExecuteScript("ar_mod_onrest", OBJECT_SELF);
}