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_ondeath,nw_o0_death
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onplayerdeath event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_ondeath", OBJECT_SELF);
ExecuteScript("nw_o0_death", OBJECT_SELF);
}