Added character deleter

Added character deleter.  Updated aps_include.  Updated NWNxEE.
 Boosted XP rewards.  Added XP reward for skinnable creatures.  Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-08-31 20:23:36 -04:00
parent 94b4c689da
commit 65af23f08d
404 changed files with 7949 additions and 6005 deletions

View File

@@ -37,6 +37,9 @@ void main()
{
SignalEvent(GetAreaFromLocation(GetLocation(OBJECT_SELF)), EventUserDefined(1007));
}
ExecuteScript("prc_npc_death", OBJECT_SELF);
ExecuteScript("prc_pwondeath", OBJECT_SELF);
}
object CreatePlaceable(string sObject, location lPlace, float fDuration)