diff --git a/scripts/enderalfunctions.pex b/scripts/enderalfunctions.pex index 5728694f..227b5224 100644 Binary files a/scripts/enderalfunctions.pex and b/scripts/enderalfunctions.pex differ diff --git a/source/Enderal DLL/src/Util.h b/source/Enderal DLL/src/Util.h index 240616a4..c7737b9c 100644 --- a/source/Enderal DLL/src/Util.h +++ b/source/Enderal DLL/src/Util.h @@ -110,7 +110,10 @@ inline void CheckScriptVersions() }; std::map scripts; + scripts["EnderalFunctions"] = 1; + scripts["_00E_PlayerFunctions"] = 1; scripts["_00E_PlayerSetUpScript"] = 1; + scripts["_00E_EngineBugfixAlias"] = 1; scripts["_00E_Phasmalist_NewApparitionAlias"] = 1; scripts["_FS_Phasmalist_ControlQuest"] = 1; scripts["_00E_Phasmalist_Workbench"] = 1; @@ -119,6 +122,7 @@ inline void CheckScriptVersions() scripts["_00E_PlayerhousingMaster"] = 1; scripts["_00E_ContainerBonusControl"] = 1; scripts["_00E_AffinityControl"] = 1; + scripts["_00E_SympathyControl"] = 1; scripts["_00E_EnderalMCM"] = 1; scripts["_00E_SkillControl"] = 1; scripts["_00E_VisionControl"] = 1; diff --git a/source/scripts/enderalfunctions.psc b/source/scripts/enderalfunctions.psc index 310638f1..52425ea7 100644 --- a/source/scripts/enderalfunctions.psc +++ b/source/scripts/enderalfunctions.psc @@ -1,5 +1,9 @@ Scriptname EnderalFunctions Hidden +int function _GetScriptVersion() Global + return 1 +endFunction + float function CalculateContentStrength(ObjectReference container) native global Potion function CreatePotion(MagicEffect[] effects, float[] magnitudes, int[] areas, int[] durations, int arraySize) native global