Scripts

fab_cent_attack

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