Added PRC

Added PRC & imported new Level 2 WIP.  Slightly renamed module.  Full compile.
This commit is contained in:
Jaysyn904
2023-03-19 16:54:45 -04:00
parent 4c8755299f
commit e22f1e1bb8
106 changed files with 271260 additions and 23 deletions

View File

@@ -0,0 +1,13 @@
// prc_ondying,nw_o0_dying
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onplayerdying event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_ondying", OBJECT_SELF);
ExecuteScript("nw_o0_dying", OBJECT_SELF);
}