T
turing2 at rcn.com
Guest
OK, so my brain is failing. Decipher has introduced a new tourney
format, complete with banned list (boo, hiss!). I'm trying to make a rule
that tells me if any of the banned cards are in "deck1", and for the life
of me I can't figure out the logical operation that I should be using. I
know it's something stupid, and I'm going to bang my head in the desk when
I see what it is, but at the moment said extremity is full of cold
medication and can't logic its way out of a wet paper bag. So, an example
of what I have is:
<rule id="xlist" message="No banned cards in the Standard Format!"
summary="Banned card." scope="deck1">
<set set="stdtow"/>
<![CDATA[
(
(card:id.Fel1R40 > 0) &
(card:id.Fel1R45 > 0)
)
]]>
Other than this, the latest (mostly bug-fix) release is ready to
go. All of the "orphan" issues have been found, I think. Various other
problems that people have reported have also been fixed, at least as of
today's reports.
Mark.
"Well I've always said, There's nothing an agnostic can't do if
he really doesn't know whether he believes in anything or not."
-- Graham Chapman
------------------------ Yahoo! Groups Sponsor ---------------------~-->
FREE Cell Phones with up to $400 Cash Back!
http://us.click.yahoo.com/_bBUKB/vYxFAA/i5gGAA/WuQolB/TM
---------------------------------------------------------------------~->
format, complete with banned list (boo, hiss!). I'm trying to make a rule
that tells me if any of the banned cards are in "deck1", and for the life
of me I can't figure out the logical operation that I should be using. I
know it's something stupid, and I'm going to bang my head in the desk when
I see what it is, but at the moment said extremity is full of cold
medication and can't logic its way out of a wet paper bag. So, an example
of what I have is:
<rule id="xlist" message="No banned cards in the Standard Format!"
summary="Banned card." scope="deck1">
<set set="stdtow"/>
<![CDATA[
(
(card:id.Fel1R40 > 0) &
(card:id.Fel1R45 > 0)
)
]]>
Other than this, the latest (mostly bug-fix) release is ready to
go. All of the "orphan" issues have been found, I think. Various other
problems that people have reported have also been fixed, at least as of
today's reports.
Mark.
"Well I've always said, There's nothing an agnostic can't do if
he really doesn't know whether he believes in anything or not."
-- Graham Chapman
------------------------ Yahoo! Groups Sponsor ---------------------~-->
FREE Cell Phones with up to $400 Cash Back!
http://us.click.yahoo.com/_bBUKB/vYxFAA/i5gGAA/WuQolB/TM
---------------------------------------------------------------------~->