• 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

Poss bugrep: squad names via script

harkan

Well-known member
Was playing trying to ensure that the existing squad name did not get over written when a new suqd was dropped in, i.e. to use the running examples of the IG files, dropping a commissar into the command game squad would then change the squad name of the command game squad to be commissar.

On advice from Colen tried removing the commissar unit's squad name and added:

squad.notes = squad.notes & "(+commissar)"

The commissar's squad name changes to the default of '40k unit' with '(+ commissar)', when the squad is dragged into another the squad names changes to:

40k unit (+ commissar)

Changing the script to squad.name produces the same effect
 
At 04:00 PM 2/12/2006 -0500, you wrote:

>Was playing trying to ensure that the existing squad name did not
>get over written when a new suqd was dropped in, i.e. to use the
>running examples of the IG files, dropping a commissar into the
>command game squad would then change the squad name of the command
>game squad to be commissar.
>
>On advice from Colen tried removing the commissar unit's squad name and added:
>
>squad.notes = squad.notes & "(+commissar)"
>
>The commissar's squad name changes to the default of '40k unit' with
>'(+ commissar)', when the squad is dragged into another the squad
>names changes to:
>
>40k unit (+ commissar)
>
>Changing the script to squad.name produces the same effect


Thanks, I'll check this out.



--
Colen McAlister (colen@wolflair.com)
Chief Engineer, Lone Wolf Development
http://www.wolflair.com/
 
Back
Top