Updated event system

Added caller scripts to the PC events.  Full compile.  Updated release.
This commit is contained in:
Jaysyn904
2023-11-13 13:16:17 -05:00
parent 80853afccf
commit f69e979e53
58 changed files with 278 additions and 33 deletions

View File

@@ -21,8 +21,6 @@ Scripting will still fire reguardless.
#include "x2_inc_switches"
void main()
{
ExecuteScript("prc_onunaquire", OBJECT_SELF);
//IMPORTANT THIS MUST BE IN YOUR OnUnAcquireItem Module Event Script
//This is a fix for the Inventory Organizing System!
object oPC = GetModuleItemLostBy();