fab_attack_highord
Tribunal.esm
Variables
2
Local Variables
state
journalOnce
Source
1begin fab_attack_highord
2
3;guards during the attack
4
5short state
6short journalOnce
7
8if state == -1
9 return
10endif
11
12if ( FabAttack == 1 )
13 if ( getjournalindex "tr_mhattack" < 30 )
14 if ( GetDistance, Player < 300 )
15 if ( saydone == 1 )
16 Say "vo\misc\tr_highord_4.mp3" , "Take arms! Drive back these creatures!!!"
17 if ( journalOnce == 0 )
18 journal "tr_mhattack" 25
19 set journalOnce to -1
20 endif
21 set state to -1
22 endif
23 endif
24 endif
25endif
26
27end