Consolidated menus

Consolidated menus.  Fixed AMS not restoring spell on rest.  Full compile. Updated release archive.
This commit is contained in:
Jaysyn904
2023-11-18 21:42:23 -05:00
parent a203d11310
commit d44d9fef07
10 changed files with 2072111 additions and 131349 deletions

View File

@@ -1,8 +1,8 @@
//:://////////////////////////////////////////////
/*
* call_onpcrest.nss
* call_onpcrest.nss
*
* OnPlayerRest event caller
* OnPlayerRest event caller
*
*
*/
@@ -11,7 +11,7 @@
void main()
{
ExecuteScript("prc_rest", OBJECT_SELF);
ExecuteScript("onplayerrest", OBJECT_SELF);
}
ExecuteScript("x2_mod_def_rest", OBJECT_SELF);
}