Jump to content

Recommended Posts

FYI to make SoS compatible with Frostfall:

 

Open Frostfall in the Creation Kit

Go to Gameplay>Papyrus Script Manager

open _de_clothingmonitor_1_7.psc

scroll to near the bottom and add a ';' to before the 3 lines for slot 52.  It should read:

        ;elseif LogicalAnd(mySlotMask, akArmor.kSlotMask52)

            ;FrostfallDebug(5, "This equipment has slot kSlotMask52, which is NOT valid armor, returning false!")

            ;return false

save the file.

right click _de_clothingmonitor_1_7.psc and click compile.

 

Frostfall should then work as intended with SoS.

 

What exactly is the issue if this is not done? I have not noticed any problems perhaps I am missing something?

 

Link to comment

FYI to make SoS compatible with Frostfall:

 

Open Frostfall in the Creation Kit

Go to Gameplay>Papyrus Script Manager

open _de_clothingmonitor_1_7.psc

scroll to near the bottom and add a ';' to before the 3 lines for slot 52.  It should read:

        ;elseif LogicalAnd(mySlotMask, akArmor.kSlotMask52)

            ;FrostfallDebug(5, "This equipment has slot kSlotMask52, which is NOT valid armor, returning false!")

            ;return false
save the file.

right click _de_clothingmonitor_1_7.psc and click compile.

 

Frostfall should then work as intended with SoS.

 

 

when I try to compile it failes and offers me a load of this

 

 

 

Starting 1 compile threads for 1 files...

Compiling "_de_clothingmonitor_1_7"...

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(0,0): unable to locate script SKI_ConfigBase

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_de_epmonitor_1_6.psc(535,24): variable UI is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_de_epmonitor_1_6.psc(535,27): none is not a known user-defined type

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_de_epmonitor_1_6.psc(1626,98): GetEffectiveMagickaCost is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_de_epmonitor_1_6.psc(1626,131): cannot compare a none to a float (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_de_epmonitor_1_6.psc(1626,131): cannot relatively compare variables to None

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_de_epmonitor_1_6.psc(2207,8): variable UI is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_de_epmonitor_1_6.psc(2207,11): none is not a known user-defined type

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(237,1): variable Pages is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(237,1): type mismatch while assigning to a none (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(238,1): variable Pages is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(238,1): only arrays can be indexed

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(238,6): type mismatch while assigning to a none (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(239,1): variable Pages is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(239,1): only arrays can be indexed

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(239,6): type mismatch while assigning to a none (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(240,1): variable Pages is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(240,1): only arrays can be indexed

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(240,6): type mismatch while assigning to a none (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(241,1): variable Pages is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(241,1): only arrays can be indexed

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(241,6): type mismatch while assigning to a none (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(242,1): variable Pages is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(242,1): only arrays can be indexed

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(242,6): type mismatch while assigning to a none (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(326,19): variable TOP_TO_BOTTOM is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(326,1): SetCursorFillMode is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(328,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(330,31): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(330,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(331,56): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(331,34): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(331,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(334,32): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(334,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(335,83): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(335,35): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(335,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(338,32): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(338,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(339,57): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(339,35): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(339,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(344,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(345,125): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(345,27): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(345,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(348,81): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(348,26): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(348,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(350,82): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(350,26): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(350,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(354,86): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(354,24): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(354,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(356,85): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(356,24): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(356,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(360,90): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(360,25): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(360,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(363,90): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(363,26): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(363,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(365,91): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(365,26): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(365,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(370,105): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(370,30): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(370,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(372,108): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(372,30): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(372,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(376,89): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(376,25): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(376,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(378,90): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(378,25): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(378,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(382,92): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(382,27): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(382,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(384,93): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(384,27): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(384,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(388,95): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(388,27): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(388,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(390,96): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(390,27): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(390,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(393,1): SetCursorPosition is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(394,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(395,27): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(395,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(398,34): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(398,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(399,3): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(400,112): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(400,35): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(400,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(401,95): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(401,33): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(401,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(402,100): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(402,31): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(402,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(403,104): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(403,32): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(403,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(404,119): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(404,37): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(404,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(405,103): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(405,32): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(405,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(406,106): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(406,34): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(406,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(407,109): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(407,34): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(407,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(409,34): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(409,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(410,3): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(411,112): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(411,35): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(411,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(412,96): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(412,33): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(412,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(413,99): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(413,31): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(413,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(414,103): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(414,32): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(414,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(415,122): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(415,37): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(415,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(416,103): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(416,32): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(416,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(417,106): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(417,34): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(417,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(418,109): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(418,34): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(418,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(420,34): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(420,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(421,3): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(422,112): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(422,35): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(422,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(423,96): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(423,33): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(423,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(424,99): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(424,31): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(424,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(425,104): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(425,32): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(425,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(426,122): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(426,37): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(426,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(427,104): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(427,32): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(427,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(428,107): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(428,34): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(428,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(429,110): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(429,34): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(429,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(440,2): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(444,19): variable TOP_TO_BOTTOM is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(444,1): SetCursorFillMode is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(446,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(448,42): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(448,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(451,43): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(451,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(453,43): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(453,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(457,45): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(457,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(459,45): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(459,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(463,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(463,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(465,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(465,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(469,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(469,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(471,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(471,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(475,38): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(475,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(477,38): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(477,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(480,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(484,40): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(484,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(486,99): variable OPTION_FLAG_NONE is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(486,39): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(486,4): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(488,93): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(488,37): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(488,5): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(490,94): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(490,37): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(490,5): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(493,98): variable OPTION_FLAG_NONE is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(493,39): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(493,4): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(495,93): variable OPTION_FLAG_NONE is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(495,37): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(495,5): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(497,94): variable OPTION_FLAG_NONE is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(497,37): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(497,5): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(501,40): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(501,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(502,97): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(502,38): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(502,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(503,92): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(503,35): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(503,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(506,103): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(506,39): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(506,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(507,97): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(507,37): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(507,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(508,91): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(508,34): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(508,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(511,1): SetCursorPosition is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(513,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(516,49): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(516,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(518,49): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(518,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(522,46): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(522,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(524,46): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(524,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(528,58): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(528,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(530,58): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(530,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(534,48): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(534,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(536,48): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(536,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(539,1): AddEmptyOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(540,1): AddEmptyOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(542,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(546,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(546,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(548,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(548,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(552,53): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(552,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(554,101): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(554,53): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(554,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(558,48): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(558,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(560,48): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(560,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(564,46): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(564,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(566,46): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(566,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(577,2): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(581,19): variable TOP_TO_BOTTOM is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(581,1): SetCursorFillMode is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(583,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(586,41): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(586,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(588,41): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(588,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(592,39): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(592,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(594,39): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(594,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(598,47): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(598,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(600,47): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(600,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(604,43): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(604,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(606,43): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(606,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(610,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(610,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(612,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(612,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(616,43): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(616,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(618,43): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(618,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(623,40): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(623,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(625,40): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(625,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(629,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(630,37): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(630,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(631,34): AddKeyMapOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(631,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(632,36): AddKeyMapOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(632,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(638,1): SetCursorPosition is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(640,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(641,30): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(641,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(642,29): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(642,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(643,29): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(643,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(644,30): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(644,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(645,34): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(645,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(647,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(648,30): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(648,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(649,33): AddColorOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(649,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(650,33): AddColorOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(650,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(652,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(653,30): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(653,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(654,29): AddColorOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(654,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(656,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(657,46): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(657,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(658,45): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(658,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(659,45): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(659,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(660,46): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(660,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(661,50): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(661,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(664,28): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(664,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(666,28): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(666,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(678,2): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(682,19): variable TOP_TO_BOTTOM is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(682,1): SetCursorFillMode is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(684,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(686,29): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(686,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(688,29): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(688,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(690,31): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(690,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(692,1): AddEmptyOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(694,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(695,32): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(695,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(697,1): AddEmptyOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(699,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(700,33): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(700,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(707,1): SetCursorPosition is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(709,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(712,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(712,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(714,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(714,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(718,40): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(718,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(720,40): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(720,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(724,37): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(724,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(726,37): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(726,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(730,40): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(730,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(732,40): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(732,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(736,39): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(736,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(738,39): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(738,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(744,19): variable TOP_TO_BOTTOM is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(744,1): SetCursorFillMode is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(745,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(746,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(746,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(747,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(747,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(748,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(748,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(749,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(749,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(750,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(750,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(751,17): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(751,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(752,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(752,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(753,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(753,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(755,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(756,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(756,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(757,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(757,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(759,1): SetCursorPosition is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(761,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(762,17): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(762,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(763,17): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(763,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(764,17): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(764,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(766,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(767,17): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(767,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(768,17): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(768,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(769,17): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(769,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(770,17): AddTextOption is not a functi

 

 

Edit: Okay, I just don't get this to compile for some reason. (installed frostfall and skyui new, even tried if extracting their bsa does something.

 

could you maybe upload your modified script?

 

Edit2: xD got it. I completely forgot, that I needed the sourcefiles from skyui as well. (here) And also I needed to install the SKSE manualy, not with the installer. Now it compiled perfectly.

Link to comment

 

FYI to make SoS compatible with Frostfall:

 

Open Frostfall in the Creation Kit

Go to Gameplay>Papyrus Script Manager

open _de_clothingmonitor_1_7.psc

scroll to near the bottom and add a ';' to before the 3 lines for slot 52.  It should read:

        ;elseif LogicalAnd(mySlotMask, akArmor.kSlotMask52)

            ;FrostfallDebug(5, "This equipment has slot kSlotMask52, which is NOT valid armor, returning false!")

            ;return false
save the file.

right click _de_clothingmonitor_1_7.psc and click compile.

 

Frostfall should then work as intended with SoS.

 

 

when I try to compile it failes and offers me a load of this

 

 

 

Starting 1 compile threads for 1 files...

Compiling "_de_clothingmonitor_1_7"...

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(0,0): unable to locate script SKI_ConfigBase

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_de_epmonitor_1_6.psc(535,24): variable UI is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_de_epmonitor_1_6.psc(535,27): none is not a known user-defined type

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_de_epmonitor_1_6.psc(1626,98): GetEffectiveMagickaCost is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_de_epmonitor_1_6.psc(1626,131): cannot compare a none to a float (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_de_epmonitor_1_6.psc(1626,131): cannot relatively compare variables to None

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_de_epmonitor_1_6.psc(2207,8): variable UI is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_de_epmonitor_1_6.psc(2207,11): none is not a known user-defined type

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(237,1): variable Pages is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(237,1): type mismatch while assigning to a none (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(238,1): variable Pages is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(238,1): only arrays can be indexed

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(238,6): type mismatch while assigning to a none (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(239,1): variable Pages is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(239,1): only arrays can be indexed

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(239,6): type mismatch while assigning to a none (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(240,1): variable Pages is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(240,1): only arrays can be indexed

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(240,6): type mismatch while assigning to a none (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(241,1): variable Pages is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(241,1): only arrays can be indexed

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(241,6): type mismatch while assigning to a none (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(242,1): variable Pages is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(242,1): only arrays can be indexed

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(242,6): type mismatch while assigning to a none (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(326,19): variable TOP_TO_BOTTOM is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(326,1): SetCursorFillMode is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(328,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(330,31): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(330,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(331,56): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(331,34): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(331,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(334,32): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(334,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(335,83): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(335,35): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(335,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(338,32): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(338,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(339,57): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(339,35): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(339,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(344,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(345,125): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(345,27): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(345,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(348,81): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(348,26): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(348,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(350,82): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(350,26): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(350,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(354,86): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(354,24): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(354,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(356,85): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(356,24): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(356,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(360,90): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(360,25): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(360,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(363,90): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(363,26): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(363,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(365,91): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(365,26): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(365,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(370,105): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(370,30): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(370,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(372,108): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(372,30): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(372,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(376,89): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(376,25): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(376,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(378,90): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(378,25): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(378,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(382,92): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(382,27): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(382,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(384,93): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(384,27): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(384,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(388,95): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(388,27): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(388,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(390,96): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(390,27): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(390,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(393,1): SetCursorPosition is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(394,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(395,27): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(395,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(398,34): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(398,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(399,3): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(400,112): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(400,35): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(400,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(401,95): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(401,33): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(401,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(402,100): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(402,31): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(402,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(403,104): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(403,32): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(403,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(404,119): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(404,37): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(404,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(405,103): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(405,32): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(405,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(406,106): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(406,34): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(406,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(407,109): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(407,34): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(407,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(409,34): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(409,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(410,3): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(411,112): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(411,35): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(411,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(412,96): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(412,33): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(412,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(413,99): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(413,31): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(413,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(414,103): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(414,32): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(414,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(415,122): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(415,37): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(415,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(416,103): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(416,32): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(416,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(417,106): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(417,34): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(417,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(418,109): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(418,34): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(418,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(420,34): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(420,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(421,3): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(422,112): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(422,35): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(422,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(423,96): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(423,33): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(423,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(424,99): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(424,31): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(424,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(425,104): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(425,32): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(425,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(426,122): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(426,37): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(426,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(427,104): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(427,32): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(427,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(428,107): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(428,34): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(428,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(429,110): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(429,34): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(429,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(440,2): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(444,19): variable TOP_TO_BOTTOM is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(444,1): SetCursorFillMode is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(446,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(448,42): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(448,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(451,43): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(451,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(453,43): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(453,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(457,45): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(457,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(459,45): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(459,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(463,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(463,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(465,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(465,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(469,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(469,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(471,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(471,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(475,38): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(475,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(477,38): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(477,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(480,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(484,40): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(484,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(486,99): variable OPTION_FLAG_NONE is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(486,39): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(486,4): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(488,93): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(488,37): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(488,5): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(490,94): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(490,37): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(490,5): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(493,98): variable OPTION_FLAG_NONE is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(493,39): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(493,4): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(495,93): variable OPTION_FLAG_NONE is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(495,37): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(495,5): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(497,94): variable OPTION_FLAG_NONE is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(497,37): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(497,5): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(501,40): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(501,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(502,97): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(502,38): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(502,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(503,92): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(503,35): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(503,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(506,103): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(506,39): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(506,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(507,97): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(507,37): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(507,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(508,91): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(508,34): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(508,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(511,1): SetCursorPosition is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(513,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(516,49): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(516,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(518,49): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(518,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(522,46): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(522,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(524,46): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(524,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(528,58): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(528,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(530,58): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(530,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(534,48): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(534,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(536,48): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(536,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(539,1): AddEmptyOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(540,1): AddEmptyOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(542,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(546,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(546,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(548,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(548,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(552,53): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(552,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(554,101): variable OPTION_FLAG_DISABLED is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(554,53): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(554,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(558,48): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(558,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(560,48): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(560,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(564,46): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(564,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(566,46): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(566,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(577,2): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(581,19): variable TOP_TO_BOTTOM is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(581,1): SetCursorFillMode is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(583,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(586,41): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(586,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(588,41): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(588,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(592,39): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(592,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(594,39): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(594,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(598,47): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(598,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(600,47): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(600,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(604,43): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(604,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(606,43): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(606,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(610,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(610,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(612,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(612,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(616,43): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(616,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(618,43): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(618,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(623,40): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(623,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(625,40): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(625,3): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(629,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(630,37): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(630,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(631,34): AddKeyMapOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(631,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(632,36): AddKeyMapOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(632,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(638,1): SetCursorPosition is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(640,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(641,30): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(641,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(642,29): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(642,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(643,29): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(643,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(644,30): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(644,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(645,34): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(645,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(647,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(648,30): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(648,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(649,33): AddColorOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(649,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(650,33): AddColorOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(650,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(652,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(653,30): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(653,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(654,29): AddColorOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(654,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(656,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(657,46): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(657,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(658,45): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(658,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(659,45): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(659,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(660,46): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(660,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(661,50): AddSliderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(661,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(664,28): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(664,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(666,28): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(666,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(678,2): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(682,19): variable TOP_TO_BOTTOM is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(682,1): SetCursorFillMode is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(684,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(686,29): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(686,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(688,29): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(688,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(690,31): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(690,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(692,1): AddEmptyOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(694,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(695,32): AddMenuOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(695,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(697,1): AddEmptyOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(699,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(700,33): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(700,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(707,1): SetCursorPosition is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(709,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(712,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(712,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(714,42): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(714,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(718,40): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(718,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(720,40): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(720,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(724,37): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(724,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(726,37): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(726,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(730,40): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(730,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(732,40): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(732,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(736,39): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(736,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(738,39): AddToggleOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(738,2): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(744,19): variable TOP_TO_BOTTOM is undefined

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(744,1): SetCursorFillMode is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(745,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(746,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(746,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(747,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(747,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(748,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(748,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(749,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(749,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(750,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(750,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(751,17): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(751,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(752,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(752,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(753,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(753,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(755,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(756,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(756,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(757,16): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(757,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(759,1): SetCursorPosition is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(761,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(762,17): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(762,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(763,17): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(763,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(764,17): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(764,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(766,1): AddHeaderOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(767,17): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(767,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(768,17): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(768,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(769,17): AddTextOption is not a function or does not exist

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(769,1): type mismatch while assigning to a int (cast missing or types unrelated)

D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\_DE_SkyUIConfigPanelScript.psc(770,17): AddTextOption is not a functi

 

 

Edit: Okay, I just don't get this to compile for some reason. (installed frostfall and skyui new, even tried if extracting their bsa does something.

 

could you maybe upload your modified script?

 

Edit2: xD got it. I completely forgot, that I needed the sourcefiles from skyui as well. (here) And also I needed to install the SKSE manualy, not with the installer. Now it compiled perfectly.

 

 

Well I have been stuck on the same place you were for 2 hours now >.< Would you be kind enough to just share the files please I am going to rip my hair out >.<.

Link to comment

Hello

I encounter two issues with SoS Light 1.03 :
-schlongs are inappropriately bent (stuck on the belly, etc...) on most animations with Sexlab 1.35.
-Textures from 1.03 are ugly (2k or 4k doesn't make any difference) : they seem low rez and the head of the schlong has a dark red periphery.

I encounter neither of these problems with SoS Light 1.00, which is weird.

Link to comment

FYI to make SoS compatible with Frostfall:

 

Open Frostfall in the Creation Kit

Go to Gameplay>Papyrus Script Manager

open _de_clothingmonitor_1_7.psc

scroll to near the bottom and add a ';' to before the 3 lines for slot 52.  It should read:

        ;elseif LogicalAnd(mySlotMask, akArmor.kSlotMask52)

            ;FrostfallDebug(5, "This equipment has slot kSlotMask52, which is NOT valid armor, returning false!")

            ;return false

save the file.

right click _de_clothingmonitor_1_7.psc and click compile.

 

Frostfall should then work as intended with SoS.

 

Here is the patched Frostfall script as per the above directions.

 

I didn't test it, but it should do as advertised.

Overwrite if prompted when installing.

 

I make no guarantees to the quality of the patch, since I just commented out a part of someone else's code, then hit compile. Use at your own risk.

SOS - Frostfall Patch.7z

Link to comment

Hi,

 

The schlong floats stationary in mid air, also while the player is moving slightly while standing the schlong doesn't move with him.  Another issue is that sometimes the schlong stretches across the screen.  While having sex on the floor or ground, the shlong remains at standing level and the skin stretches.  I also noticed that while walking and jumping, the testicles remain at the same height, stretching and still attached.  Can you please let me know what I need to fix this.

 

Thanks.

Link to comment

you must  take it  so in your modlist 

 

schlongs of skyrim core.esp

schlongs of skyrim.esp

and then

sos reveling armors.esp 

sos addons smurf 

muscle addon etc..

and thats work for me and the other i think to. sry for my english   ^^

 

Ps1: i have the schlongs of skyrim mod in last in my list  i have over 200 mods in my list and schlongs at last ^^

Link to comment

I can't get it working along with Revealing Armors http://www.nexusmods.com/skyrim/mods/36903/? , hole in the crotch appears while wearing any of the modded armors.

 

That mod wasn't updated since july, so it's obviously not SoS fault. I'm asking for someone to upload an older version of Schlongs, I know it worked well with a release from october 2013.

 

Did you by chance install an armor mod like reproccer or GDO?

 

Check You LO in Tes5edit and see if RAFSOS is getting its revealing tags, if not this is very easy to fix. Just go through each armor and create an override of them that is merged with your other armor mods and change the count to match the tags. Takes a little while but it will fix the hole in hip issue.

Link to comment

 

FYI to make SoS compatible with Frostfall:

 

Open Frostfall in the Creation Kit

Go to Gameplay>Papyrus Script Manager

open _de_clothingmonitor_1_7.psc

scroll to near the bottom and add a ';' to before the 3 lines for slot 52.  It should read:

        ;elseif LogicalAnd(mySlotMask, akArmor.kSlotMask52)

            ;FrostfallDebug(5, "This equipment has slot kSlotMask52, which is NOT valid armor, returning false!")

            ;return false

save the file.

right click _de_clothingmonitor_1_7.psc and click compile.

 

Frostfall should then work as intended with SoS.

 

Here is the patched Frostfall script as per the above directions.

 

I didn't test it, but it should do as advertised.

Overwrite if prompted when installing.

 

I make no guarantees to the quality of the patch, since I just commented out a part of someone else's code, then hit compile. Use at your own risk.

 

 

Thank you much, for whatever reason I could not get the darn thing to compile no matter what I did, I think it may be because I am running the CO from MO, I could find no info no this however >.<

 

Thank again :)

 

Link to comment

 

I can't get it working along with Revealing Armors http://www.nexusmods.com/skyrim/mods/36903/? , hole in the crotch appears while wearing any of the modded armors.

 

That mod wasn't updated since july, so it's obviously not SoS fault. I'm asking for someone to upload an older version of Schlongs, I know it worked well with a release from october 2013.

 

Did you by chance install an armor mod like reproccer or GDO?

 

Check You LO in Tes5edit and see if RAFSOS is getting its revealing tags, if not this is very easy to fix. Just go through each armor and create an override of them that is merged with your other armor mods and change the count to match the tags. Takes a little while but it will fix the hole in hip issue.

 

 

That's it! Reproccer from Skyrim Redone was overwriting the .esp, all works well now.

 

Thank you.

 

Link to comment

Am I the only one with this problem? I download the sos lite (latest) and I get error every time I try to unzip it.

 

Edit: seems like the problem is every time I try to download ANY version of this mod, the DL ends in midway. Kinda weird considering I'm able to download other mods in Loverlabs.

Link to comment

Is this mod considered stable and easily removable (MCM/console) in case something goes wrong (I don't see any Uninstall section), or is it a save-corruptor-use-at-your-own-risk mod (all mods are like this, but some are more than others).

 

If I use the Light version, I see there isn't any fluff, but can I get big dicks ? Or is it just the default pinky-size and there isn't any control over that ?

Link to comment

Hi,

 

I did a complete reinstall of the game and mods and still, this problem persists, can anyone help?

 

The schlong floats stationary in mid air, also while the player is moving slightly while standing the schlong doesn't move with him.  Another issue is that sometimes the schlong stretches across the screen.  While having sex on the floor or ground, the shlong remains at standing level and the skin stretches.  I also noticed that while walking and jumping, the testicles remain at the same height, stretching and still attached.  Can you please let me know what I need to fix this.

 

Thanks.

Link to comment

Hi,

 

I did a complete reinstall of the game and mods and still, this problem persists, can anyone help?

 

The schlong floats stationary in mid air, also while the player is moving slightly while standing the schlong doesn't move with him.  Another issue is that sometimes the schlong stretches across the screen.  While having sex on the floor or ground, the shlong remains at standing level and the skin stretches.  I also noticed that while walking and jumping, the testicles remain at the same height, stretching and still attached.  Can you please let me know what I need to fix this.

 

Thanks.

 

Reinstall SOS and have it overwrite the skeleton.

Link to comment

 

 

I can't get it working along with Revealing Armors http://www.nexusmods.com/skyrim/mods/36903/? , hole in the crotch appears while wearing any of the modded armors.

 

That mod wasn't updated since july, so it's obviously not SoS fault. I'm asking for someone to upload an older version of Schlongs, I know it worked well with a release from october 2013.

 

Did you by chance install an armor mod like reproccer or GDO?

 

Check You LO in Tes5edit and see if RAFSOS is getting its revealing tags, if not this is very easy to fix. Just go through each armor and create an override of them that is merged with your other armor mods and change the count to match the tags. Takes a little while but it will fix the hole in hip issue.

 

 

That's it! Reproccer from Skyrim Redone was overwriting the .esp, all works well now.

 

Thank you.

 

 

 

NP glad I could be of help :)

 

Link to comment

 

FYI to make SoS compatible with Frostfall:

 

Open Frostfall in the Creation Kit

Go to Gameplay>Papyrus Script Manager

open _de_clothingmonitor_1_7.psc

scroll to near the bottom and add a ';' to before the 3 lines for slot 52.  It should read:

        ;elseif LogicalAnd(mySlotMask, akArmor.kSlotMask52)

            ;FrostfallDebug(5, "This equipment has slot kSlotMask52, which is NOT valid armor, returning false!")

            ;return false

save the file.

right click _de_clothingmonitor_1_7.psc and click compile.

 

Frostfall should then work as intended with SoS.

 

Here is the patched Frostfall script as per the above directions.

 

I didn't test it, but it should do as advertised.

Overwrite if prompted when installing.

 

I make no guarantees to the quality of the patch, since I just commented out a part of someone else's code, then hit compile. Use at your own risk.

 

 

Damn, unfortunately it doesn't work for me...

Does it work for you?

 

Also, after installing SOS i stopped getting 'naked' comments from NPCs when naked and SexLab Aroused doesn't recognise me as naked. Is that normal and is there a fix for that?

Link to comment

All that part of the Frostfall code does is check if a armour piece uses slot 52, which all main pieces are if you use SoS, and checks it as not valid armour for the wear system.  Removing those 3 lines simply allows Frostfalls wear system to recognize main armor pieces.

 

It works for me, and it only modifies Frostfall itself, not SoS, the armour, or anything to do with Sexlab so I can't see how it would affect those.

Link to comment

 

Hi,

 

I did a complete reinstall of the game and mods and still, this problem persists, can anyone help?

 

The schlong floats stationary in mid air, also while the player is moving slightly while standing the schlong doesn't move with him.  Another issue is that sometimes the schlong stretches across the screen.  While having sex on the floor or ground, the shlong remains at standing level and the skin stretches.  I also noticed that while walking and jumping, the testicles remain at the same height, stretching and still attached.  Can you please let me know what I need to fix this.

 

Thanks.

 

Reinstall SOS and have it overwrite the skeleton.

 

 

Thanks, that worked.  I also installed the latest update of XP32 skeleton which apparently had some fixes for SOS.

Link to comment
Hi,
 
I need help,
 
I was starting a new game, but the SOS seems bugged on my new character, the undies won't remove when I starting a SL scene or even just cast an erect spell, but for the NPCs: Bjorn Longsword, and even any random guard, the schlong work without problem.
 
- When I try to load and play my previous char, SOS work for him without this undies problem,
- I've tried my new char to drink shlong changer potion and all other potion from Bjorn, but no luck,
- I don't add any new mod or remove a mod in the new game,
- All my mcm configuration in the new game, I set same as the previous one,
- My new char is male Imperial, the old one is male nord,
- Other SL related mod that I use, are ZaZ Animation, Lover's Comfort and Sex Lab Aroused.
 
Any idea how to fix this underwear bug?
 
SOS version is 2.04.002
with
Smurf Average addon

 

Link to comment

So is there an alternate download for this or am I shit out of luck? Can't seem to get it to download from here properly, it'll start but it only gets about 20% and then it just stops.

I had the same problem, but looks like now (after 2 days of the problem) I finally managed to fully download the file.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   1 member

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use