• 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

uadd and multiple model units

  • Thread starter Thread starter shawn at electricstitch.c
  • Start date Start date
S

shawn at electricstitch.c

Guest
Rob,

I used the uadd:UnitBeta@1 for item Foo.

UnitBeta has a size of 1:2, but because of uadd I must set the unit size, I
can't make it adjustable.

What am I doing wrong. Is their something else I can put with uadd? I tried
uadd:UnitBeta@1:2 and few others, but it appears uadd. It appears I can only
have a specific, unadjustable amount of models in UnitBeta.

Is their a better way to do this?

ItemFoo allows UnitAlpha to take 1-2 UnitBeta's.

It looks like I might have to go back to my original plan of putting an
OptionUnitBeta on UnitAlpha that gives validation message if ItemFoo isn't
used. (using lcmp).

I had this working, I just really liked the way uadd worked and hoped I
could do something.

Thanks for your help,
-Shawn


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Win a Marvel vs. CapCom 2 Arcade System!
Click Here to Enter...
http://us.click.yahoo.com/9YX7sC/o58CAA/9ZuFAA/IMSolB/TM
---------------------------------------------------------------------~->
 
The "uadd" attribute attaches a child unit of a fixed size. If you need a
variable size, then you can't use "uadd". Instead, use the method I
suggested in my previous response (where I also suggested "uadd"). This is
quite easy to do WITHOUT needing to resort to using stat comparisons and
without forcing the user to add the child unit. You can do it all
automatically with an auto-based option and "utyp". If you have questions
after reading my earlier post, let me know.

Thanks, Rob


At 12:08 AM 8/24/2001 -0700, you wrote:
>Rob,
>
>I used the uadd:UnitBeta@1 for item Foo.
>
>UnitBeta has a size of 1:2, but because of uadd I must set the unit size, I
>can't make it adjustable.
>
>What am I doing wrong. Is their something else I can put with uadd? I tried
>uadd:UnitBeta@1:2 and few others, but it appears uadd. It appears I can only
>have a specific, unadjustable amount of models in UnitBeta.
>
>Is their a better way to do this?
>
>ItemFoo allows UnitAlpha to take 1-2 UnitBeta's.
>
>It looks like I might have to go back to my original plan of putting an
>OptionUnitBeta on UnitAlpha that gives validation message if ItemFoo isn't
>used. (using lcmp).
>
>I had this working, I just really liked the way uadd worked and hoped I
>could do something.
>
>Thanks for your help,
>-Shawn


---------------------------------------------------------------------------
Rob Bowes (rob@wolflair.com) (650) 726-9689
Lone Wolf Development www.wolflair.com


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Win a Marvel vs. CapCom 2 Arcade System!
Click Here to Enter...
http://us.click.yahoo.com/9YX7sC/o58CAA/9ZuFAA/IMSolB/TM
---------------------------------------------------------------------~->
 
Back
Top