• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Need assistance creating squad

malloc

New member
I'm trying to make a squad with different weapons for each member (In my case a Grey Knights Terminator Squad, but this isn't really a 40k specific question). I see how to increase the unit count but how can I split a group of 4 terminators into 2 groups so that I can give them different weapon loadouts.

I'm sorry if this is confusing but I'm not sure exactly how to phrase the question.
Right now I have
Code:
Squad Leader  x1
Troop    x4
I'd like to have:
Code:
Squad Leader  x1
Troop x2 (default weapons)
Troop x1 (super awesome sword)
Troop x1 (super awesome gun)

Any help would be greatly appreciated.

EDIT: After 15 minutes of staring and clicking unsuccessfully I managed to find my answer about 30 seconds after I posted this. Please disregard.

Also a big thanks to Lone Wolf and the data file mantainers, you guys rock.
 
Last edited:
Back
Top