UW2_PRC8/_module/nss/call_onpcrest.nss
Jaysyn904 d44d9fef07 Consolidated menus
Consolidated menus.  Fixed AMS not restoring spell on rest.  Full compile. Updated release archive.
2023-11-18 21:42:23 -05:00

18 lines
278 B
Plaintext

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