Scripts

drathasNerusScript

Tribunal.esm
Variables 1
Local Variables
nolore
Source
1begin drathasNerusScript 2 3short nolore 4 5if ( OnDeath == 1 ) 6 set dilborn.thugDead to dilborn.thugDead + 1 7endif 8 9if ( GetAttacked == 1 ) 10 if ( "melur savil".attack == 0 ) 11 StartCombat Player 12 set "melur savil".attack to 1 13 set "alam merys".attack to 1 14 endif 15endif 16 17End