ThrudScript
Tribunal.esm
Variables
5
Local Variables
dilbornDead
nolore
doOnce
doOnceB
doOnceC
Source
1begin ThrudScript
2
3short dilbornDead
4short nolore
5short doOnce
6short doOnceB
7short doOnceC
8
9if ( doonceC = 0 )
10 if ( GetJournalIndex MS_BarbarianBook = 0 )
11 if ( GetDeadCount Dilborn >= 1 )
12 disable
13 set doonceC to 1
14 endif
15 endif
16endif
17
18if ( OnDeath == 1 )
19 set dilborn.thrudDead to 1
20endif
21
22if ( doOnce = 0 )
23 if ( GetDeadCount "drathas nerus" == 1 )
24 if ( GetDeadCount "melur savil" == 1 )
25 if ( GetDeadCount "alam merys" == 1 )
26
27 AIWander 0 0 0 0
28 set doOnce to 1
29 endif
30 endif
31 endif
32endif
33
34if ( doOnceB = 0 )
35 if ( GetJournalIndex MS_BarbarianBook > 110 )
36 if ( CellChanged == 1 )
37 disable
38 set doOnceB to 1
39 endif
40 endif
41endif
42
43End