ThormoorOutside
Bloodmoon.esm
Variables
1
Local Variables
nolore
Source
1Begin ThormoorOutside
2
3short nolore
4
5if ( "thormoor_thirsk"->GetHealth <=0 )
6 Disable
7 Return
8endif
9
10if ( GetHealth <=0 )
11 "thormoor_thirsk"->Disable
12 Return
13endif
14
15if ( GetJournalIndex "BM_MeadHall" >= 40 )
16 if ( GetJournalIndex "BM_MeadHall" < 70 )
17 if ( GetJournalIndex BM_CursedCaptain >= 50 )
18 Enable
19 endif
20 endif
21endif
22
23if ( GetJournalIndex "BM_MeadHall" >= 0 )
24 if ( GetJournalIndex "BM_MeadHall" < 40 )
25 if ( GetJournalIndex BM_CursedCaptain >= 50 )
26 Disable
27 endif
28 endif
29endif
30
31if ( GetJournalIndex "BM_MeadHall" < 40 )
32 if ( GetJournalIndex BM_CursedCaptain < 50 )
33 Disable
34 endif
35endif
36
37if ( GetJournalIndex "BM_MeadHall" >= 70 )
38 if ( GetHealth > 0 )
39 Disable
40 endif
41endif
42
43
44End ThormoorOutside