SelectMany "Select which weather mods' weathers you want to see in game, if any." "Enhanced Weather" "Natural Weather" "AWS"Case Enhanced Weather SetVar EW 1BreakCase Natural Weather SetVar NW 1BreakCase AWS SetVar AWS 1BreakEndSelectIf Equal %EW% 1 If Equal %NW% 1 If Equal %AWS% 1 CopyPlugin "02 EW + NW + AWS\\All Natural - EW + NW + AWS.esp" "All Natural - EW + NW + AWS.esp" Else CopyPlugin "02 EW + NW\\All Natural - EW + NW.esp" "All Natural - EW + NW.esp" EndIf Else If Equal %AWS% 1 CopyPlugin "02 EW + AWS\\All Natural - EW + AWS.esp" "All Natural - EW + AWS.esp" Else CopyPlugin "02 Enhanced Weather\\All Natural - Enhanced Weather.esp" "All Natural - Enhanced Weather.esp" EndIf EndifElse If Equal %NW% 1 If Equal %AWS% 1 CopyPlugin "02 NW + AWS\\All Natural - NW + AWS.esp" "All Natural - NW + AWS.esp" Else CopyPlugin "02 Natural Weather\\All Natural - Natural Weather.esp" "All Natural - Natural Weather.esp" EndIf Else If Equal %AWS% 1 CopyPlugin "02 Atmospheric Weather System\\All Natural - Atmospheric Weather System.esp" "All Natural - Atmospheric Weather System.esp" EndIf EndifEndif