Difference between revisions of "GetFormFromFile - Game"

No change in size ,  12:18, 11 November 2012
m
→‎Examples: consistency in comments
imported>JustinOther
m (→‎Examples: Swapped Killer Bees for Dragonborn. :( I'll keep hoping for a Killer Bes DLC, just the same!)
imported>Alfwyn
m (→‎Examples: consistency in comments)
Line 49: Line 49:
ElseIf iIndex == 1 ; Hearthfire
ElseIf iIndex == 1 ; Hearthfire
; Make any changes needed for Hearthfire
; Make any changes needed for Hearthfire
ElseIf iIndex == 2 ; KillerBees
ElseIf iIndex == 2 ; Dragonborn
; Make any changes needed for Dragonborn
; Make any changes needed for Dragonborn
EndIf
EndIf
Line 58: Line 58:
ElseIf iIndex == 1 ; Hearthfire
ElseIf iIndex == 1 ; Hearthfire
; Revert any changes previously made for Hearthfire
; Revert any changes previously made for Hearthfire
ElseIf iIndex == 2 ; KillerBees
ElseIf iIndex == 2 ; Dragonborn
; Revert any changes previously made for Dragonborn
; Revert any changes previously made for Dragonborn
EndIf
EndIf
Anonymous user