- Package adds new options for
oCTriggerScriptobjects:zCTrigger_bitfield_callEventFuncsflag will call additional event functionsoCTriggerScript.scriptFunc+_OnTouch,_OnTrigger,_OnContact,_OnUnTouch.zCTrigger_bitfield_reactToOnContactflag introduces_OnContactevent. It repeatedly fires as long as there is any object inoCTriggerScript._zCVob_touchVobList_numInArray.
_OnTouch, _OnUnTouch events
example_FirePlaceSavingPolicy.d
-
demonstrates how you can add
oCTriggerScriptobjects to all fireplaces in your world which will allow you to only save game near a fireplace:
_OnContact event
-
demonstrates how you can add
oCTriggerScriptobjects to all fireplaces in your world that will burn every Npc that is in contact with such fireplace:
Init function: G12_EnhancedoCTriggerScript_Init ();

