• 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

any way to mirror stats?

  • Thread starter Thread starter angstboy at earthlink.net
  • Start date Start date
A

angstboy at earthlink.net

Guest
Is there any way to manipulate a command so that a child unit will
mirror the parent's stats rather than their options chosen?

My specfic problem is that "mirr" won't mirror a "tabl" option I have
given to the parent unit, which only modifies that stats of the
parent unit. If there is a way to solve that problem it would be
helpful, too.

John


-------------------------- eGroups Sponsor -------------------------~-~>
eGroups eLerts
It's Easy. It's Fun. Best of All, it's Free!
http://click.egroups.com/1/9698/1/_/36190/_/975092779/
---------------------------------------------------------------------_->

To unsubscribe from this group, email

armybuilder-unsubscribe@egroups.com
 
--- In armybuilder@egroups.com, angstboy@e... wrote:
> Is there any way to manipulate a command so that a child unit will
> mirror the parent's stats rather than their options chosen?
>
> My specfic problem is that "mirr" won't mirror a "tabl" option I
> have given to the parent unit, which only modifies that stats of
> the parent unit. If there is a way to solve that problem it would
> be helpful, too.

Not that I am aware of. I was trying to do the same thing and ended
up with an option that had a number of chld: attributes to set the
child stats to those of the parent:
chld:ChildType@Stat=(Stat)

I don't know how useful this is to you :-)

Russell.


-------------------------- eGroups Sponsor -------------------------~-~>
eLerts
It's Easy. It's Fun. Best of All, it's Free!
http://click.egroups.com/1/9699/1/_/36190/_/975275644/
---------------------------------------------------------------------_->

To unsubscribe from this group, email

armybuilder-unsubscribe@egroups.com
 
--- In armybuilder@egroups.com, Rob Bowes <rob@w...> wrote:
> At 07:06 PM 11/24/00 +0000, you wrote:
> >Is there any way to manipulate a command so that a child unit will
> >mirror the parent's stats rather than their options chosen?
>
> This gets into subtle games of evaluation sequencing. You need the
parent
> unit's stats to be modified first. Then you can use an option with
the
> "chld" attribute (or numerous "chld" attributes) to specify the
stats for
> its children. If you use the expression form, you can set the child
stat
> values equal to the current parent stat values. After the "chld"
attributes
> are evaluated, you then need to have the options that attach the
child
> units. The evaluation sequence of these three steps is critical,
and you
> can control it by use of appropriate option categories (the
categories
> dictate the sequence of evaluation).

Okay, I have done this, it worked, thanks. ;)

Now, one more question, is there a way to clean it up so there's no
slash? I can't find any way to do it in the datadef or as a race
option to only show attributes without the slash (either 'base'
or 'stat'), and when I try to do "base:qty=(qty)" it gives me an
error message, I guess you can't reflexively define a stat?

Thank you for all your help,

John


-------------------------- eGroups Sponsor -------------------------~-~>
eGroups eLerts
It's Easy. It's Fun. Best of All, it's Free!
http://click.egroups.com/1/9698/1/_/36190/_/975284633/
---------------------------------------------------------------------_->

To unsubscribe from this group, email

armybuilder-unsubscribe@egroups.com
 
--- In armybuilder@egroups.com, angstboy@e... wrote:
>
> Okay, I have done this, it worked, thanks. ;)
>
> Now, one more question, is there a way to clean it up so there's no
> slash? I can't find any way to do it in the datadef or as a race
> option to only show attributes without the slash (either 'base'
> or 'stat'), and when I try to do "base:qty=(qty)" it gives me an
> error message, I guess you can't reflexively define a stat?
>
(Chuckle) Another one that I already have on the wishlist for Rob (I
hope it's on the list, I know I've asked about it before :-), a way
to modify the base stat using chld:

At the moment you need two stats, one you modify using your options,
the other you have as a derived stat (via the definition file.
For example: Stat1 is hidden and it's the stat you do your stuffing
with, then you have another stat, Stat, that is not hidden and is
defined to be equal to Stat1.

I don't think I explained that very well, look back through the
archives for this egroup, Rob has explained it much better before.

Enjoy,
Russell.



-------------------------- eGroups Sponsor -------------------------~-~>
Create your business web site your way now at Bigstep.com.
It's the fast, easy way to get online, to promote your business,
and to sell your products and services. Try Bigstep.com now.
http://click.egroups.com/1/9183/1/_/36190/_/975289029/
---------------------------------------------------------------------_->

To unsubscribe from this group, email

armybuilder-unsubscribe@egroups.com
 
Back
Top