Example game/settings :
https://www.warzone.com/MultiPlayer?GameID=20809773The game has two mods. Safe start and don't loose a territory. Both mods use the ServerAdvanceTurn Hook.
Safe start will skip the attack order on any non-neutrals. However, this skip is not passed on to the Don't loose a territory mod. Thus, the end result is a skipped attack and (if the attack would have been successful) an eliminated player from that skipped attack.
What I want is to have safe start mod run first. Skip the non-neutral attack(s). Then have Don't loose a territory run after the safe start mod has removed the non-neutral attack(s) from the order list. Is there any way to achieve this? *
*Of course one could make a 3rd mod that combines the two mods. But I would prefer a solution that resolves the mod conflict another way.