begin DBtestscriptIf ( menumode ) returnendifif ( mycrime == 2 ) SetFight 100endifif ( GetDistance "player" <= 256 ) StopCombat SetFight 30 Set stopkillingme to 1 if ( mycrime == 2 ) ForceGreeting set mycrime to 3 return endifelse if ( stopkillingme == 1 ) StopCombat set stopkillingme to 0 endifendifend DBtestscript
now the problem is this:
i have this test setup already made with the 3 guards.
whenever you do your "crime", they come running up as they should. but then only one stops combat and the others beat you up.
it is very frustrating since i have no idea what seems to be the problem. i've tried everything! but when i use code to stop combat if the conditions aren't right, you can never fight them since they will always stop combat. any ideas?
Hacklefellar