diff --git a/scripts/enderallib.pex b/scripts/enderallib.pex index 9c9bb106..579ad243 100644 Binary files a/scripts/enderallib.pex and b/scripts/enderallib.pex differ diff --git a/source/scripts/enderallib.psc b/source/scripts/enderallib.psc index f2016f2a..76a2424d 100644 --- a/source/scripts/enderallib.psc +++ b/source/scripts/enderallib.psc @@ -2,4 +2,8 @@ Scriptname EnderalLib Hidden float function calculateContentStrength(ObjectReference container) native global -Potion Function CreatePotion(MagicEffect[] effects, float[] magnitudes, int[] areas, int[] durations, int arraySize) native global +Potion function CreatePotion(MagicEffect[] effects, float[] magnitudes, int[] areas, int[] durations, int arraySize) native global + +bool function IsDLLLoaded() global + return (SKSE.GetPluginVersion("fs_skse_functions") != -1) +endfunction