Consolidated menus. Fixed AMS not restoring spell on rest. Full compile. Updated release archive.
18 lines
278 B
Plaintext
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);
|
|
|
|
}
|