Author | Multiple army selection for LeG |
Hi,
Can we have an option to set up different armies and save them in multiple setup in the LeG page ?
There are many enemies which we like to go with range build or full melee or a mix of both.
It would be helpful if we could just save up the selections and select the active one with which we would like to battle the enemy with.
Currently, we have to select/deselect every troops which is too much work.
Thank you! |
+1
Agree) |
totally agree +1 |
Sounds like a good use case for user scripts, but yeah it'd be useful to have it ingame |
https://www.lordswm.com/forum_messages.php?tid=2705928
Has been suggested before too
Though +1 |
There is a script that facilitates this:
https://greasyfork.org/nl/scripts/377659-hwm-leader-sets
If you can't get it to run, you may have to change one line in the script:
in script line 18, you will see
var pl_id = (some formula);
Replace the entire formula with your player id. You c |
Replace the entire formula with your player id number. You can find your player id in the name link on the character page.
var pl_id = (some formula);
becomes
var pl_id = player id number; |