hisin_deep_raed
Morrowind.esm
Variables
2
Local Variables
done
nolore
Source
1Begin hisin_deep_raed
2
3short done
4short nolore
5
6if ( done == -1 )
7 return
8endif
9
10if ( GetJournalIndex "MV_ParalyzedBarbarian" < 100 )
11 if ( GetSpell "WitchWither" == 0 )
12 Journal "MV_ParalyzedBarbarian" 65
13 ForceGreeting
14 set done to -1
15 endif
16endif
17
18End