I immediately see 2 errors:
1. Several trigger setups, and as a result, it will only work for the last function. Attack_1(2,3) needs to be combined into one function.
2. A break is missing in the Attack_finished function, so messages about Ingvar's death will be displayed infinitely, which may cause the game to freeze.
Auto-translated