Scripts

diseaseAshWoe

Morrowind.esm
Source
1Begin diseaseAshWoe 2 3DontSaveObject 4 5;model for all diseased creature scripts 6;if the creature is NOT diseased, a disease is added on cell changed 7;kwama are more complicated... 8 9if ( CellChanged == 0 ) 10 return 11endif 12 13if ( GetBlightDisease == 0 ) 14 AddSpell "ash woe blight" 15endif 16 17End