Initial commit

Initial commit
This commit is contained in:
Jaysyn904
2024-09-13 09:10:39 -04:00
parent 09dc8aec92
commit d1c309ae63
8437 changed files with 8727659 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
////////////////////////////////////////////////////////////////////////////////
//
// Wrapper
// wrap_mod_onexit
// by Don Anderson
//
////////////////////////////////////////////////////////////////////////////////
// Check to see if player is dead and trying to avoid death penalties
// if (GetCurrentHitPoints(oPlayer) <= 0)
// SetLocalInt (GetModule(), "death"+GetName(oPlayer), 1);
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onclientleave event.
//
/////////////////////////////////////////////////////////////////////
#include "nw_o0_itemmaker"
void main()
{
ExecuteScript("pwdb_clientleave", OBJECT_SELF);
ExecuteScript("prc_onleave", OBJECT_SELF);
}