Scripts

cent_fab_attack

Tribunal.esm
Variables 1
Local Variables
doOnce
Source
1begin cent_fab_attack 2 3short doOnce 4 5if ( doOnce == 0 ) 6 set doOnce to 1 7 StartCombat "fabricant_hulking_C_L" 8endif 9 10if ( "fab_cent_fight_watcher".fight_state >= 1 ) 11 if ( cellChanged ) 12 SetHealth 0 13 endif 14endif 15 16end