Swe-DivX Posted November 11, 2018 Posted November 11, 2018 Does anyone know how to add my own slider in one of the present categories. as BODY Category 4. Event OnCategoryRequest() AddCategory(CATEGORY_KEY, "CUSTOM CAT", -1000) InitMorphNames() EndEvent This will add a new category, i want to add the morphs to category 4 BODY. Mod files https://www.nexusmods.com/skyrim/download/1000152616 Moved InitMorphNames() ;Event OnCategoryRequest() ; AddCategory(CATEGORY_KEY, "BODY", 4) ; InitMorphNames() ;EndEvent AND edited ; Sliders AddSlider(morphs[m], CATEGORY_BODY, CALLBACK_PART + morphs[m], -factor, factor, 0.01, getBodyMorph(_targetActor, morphs[m])) m += 1 EndWhile Version = RM_UUNP_VERSION EndIf InitMorphNames() EndEvent
Recommended Posts
Archived
This topic is now archived and is closed to further replies.