@ Sloth: Uhhh trying to reintegrate right now but for some stupid reason it's going over the 12000 cards again even though both my trunk and my SplitCards are on the head revision, so technically speaking, those files should be the same. Do you know why it's doing that? I'm pretty sure it'll fail eventually because I could never get it to merge 12000 files at once without getting me disconnected around the letter G or H.

@ swordshine: Here's an example of a script with a SVar in it:
- Code: Select all
Name:Fire
ManaCost:1 R
AlternateMode: Split
Types:Instant
A:SP$ DealDamage | Cost$ 1 R | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player to distribute damage to | NumDmg$ 2 | TargetMin$ 1 | TargetMax$ 2 | DividedAsYouChoose$ 2 | SpellDescription$ Fire deals 2 damage divided as you choose among one or two target creatures and/or players.
SetInfo:APC Uncommon
SetInfo:COM Uncommon
SetInfo:DDJ Uncommon
Oracle:Fire deals 2 damage divided as you choose among one or two target creatures and/or players.
ALTERNATE
Name:Ice
ManaCost:1 U
Types:Instant
A:SP$ Tap | Cost$ 1 U | ValidTgts$ Permanent | TgtPrompt$ Select target permanent | SubAbility$ DBDraw | SpellDescription$ Tap target permanent. Draw a card.
SVar:DBDraw:DB$ Draw | NumCards$ 1
Oracle:Tap target permanent.\nDraw a card.
End
So, basically, each side can have its own SVars that affect only that particular side. It seems that as far as RemAIDeck is concerned, if it's present on at least one side the card will be considered unplayable by the AI, at least that's what the deck editor shows me if I try adding it and it seems logical because in areas other than the stack, the card inherits properties of both sides of the card. I'm not sure about picture URLs, to be honest, maybe someone else will be more competent in answering that one, but I assume it should be similar to RemAIDeck (unless it'd matter when the card is on stack?... I've never understood what the picture URLs are for anyway by the way, I don't think I've ever encountered a case when it'd grab the picture from that URL specified in PictureURL... or maybe I just don't know how it works / what it's for).
I'll see what I can do with the CARDNAME issue, can you give me an example script that would use it so that I can play with it?
- Agetian