S
shawn at electricstitch.c
Guest
The following didn't work for me. I found a solution, but I thought it was
odd. First what I attempted:
Unit Alpha can have a child 'Unit Beta'. Unit Alpha can only have child
"Unit Beta' if it possess 'Item Beta'.
My thought was to do this:
Option Beta: base:beta+1
Item Beta: base:beta-1
Unit Alpha: lcmp:beta=1-msg=nobeta
beta is defualt 0.
I figured Item Beta and Option beta would cancel each other out, equaling 0.
If option beta is taken alone, then lcmp:beta=1 would kick in.
I got odd results. (I forget exactly, it took a lot of trial and error to
figure out a way to make it work).
What I had to do was this:
Option Beta: base:beta+5
Item Beta: base:beta=(-5)
Unit Alpha: lcmp:beta<1-msg=nobeta
I thought this was odd, but it actually works!?
I also note that when I debug the hidden stats, it shows beta=0 regardless
of if option beta is taken. (shouldn't taking Option Beta alone cause debug
to show beta=5?) If I take Item beta, it debugs as beta-5 (I expected this).
and when I take option beta w/ Item beta it debugs at beta=0 (expected). I
had figured that lcmp:beta=5 would have been appropriate, but this causes
Item Beta (alone) to error instead of Option Beta (alone).
I admit, I am still learning the ropes here. but this just seems odd to
me... I also hope my explanation made sense.
Thanks,
-Shawn
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get your FREE credit report with a FREE CreditCheck
Monitoring Service trial
http://us.click.yahoo.com/M8mxkD/bQ8CAA/ySSFAA/IMSolB/TM
---------------------------------------------------------------------~->
odd. First what I attempted:
Unit Alpha can have a child 'Unit Beta'. Unit Alpha can only have child
"Unit Beta' if it possess 'Item Beta'.
My thought was to do this:
Option Beta: base:beta+1
Item Beta: base:beta-1
Unit Alpha: lcmp:beta=1-msg=nobeta
beta is defualt 0.
I figured Item Beta and Option beta would cancel each other out, equaling 0.
If option beta is taken alone, then lcmp:beta=1 would kick in.
I got odd results. (I forget exactly, it took a lot of trial and error to
figure out a way to make it work).
What I had to do was this:
Option Beta: base:beta+5
Item Beta: base:beta=(-5)
Unit Alpha: lcmp:beta<1-msg=nobeta
I thought this was odd, but it actually works!?
I also note that when I debug the hidden stats, it shows beta=0 regardless
of if option beta is taken. (shouldn't taking Option Beta alone cause debug
to show beta=5?) If I take Item beta, it debugs as beta-5 (I expected this).
and when I take option beta w/ Item beta it debugs at beta=0 (expected). I
had figured that lcmp:beta=5 would have been appropriate, but this causes
Item Beta (alone) to error instead of Option Beta (alone).
I admit, I am still learning the ropes here. but this just seems odd to
me... I also hope my explanation made sense.
Thanks,
-Shawn
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get your FREE credit report with a FREE CreditCheck
Monitoring Service trial
http://us.click.yahoo.com/M8mxkD/bQ8CAA/ySSFAA/IMSolB/TM
---------------------------------------------------------------------~->