First attempt at scripting card is not working

I am trying to add a scripted card for Bramblewood Paragon. I used several other cards as examples to create a text file that I put into the cardsfolder directory. The card does not show up in the list when I open the deck editor. Do I need to do something else to get Forge to recognize it or did I goof the script (see code below)? I am running the Forge Beta: 07-15-2011 ver 1.1.00 SVN rev 10781 that was posted.
- Code: Select all
Name:Bramblewood Paragon
ManaCost:1 G
Types:Creature Elf Warrior
Text:no text
PT:2/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Warrior+Other+YouCtrl |TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Each other Warrior creature you control enters the battlefield with an additional +1/+1 counter on it.
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ TriggeredCard | CounterType$ P1P1 | CounterNum$ 1
S:Mode$ Continuous | Affected$ Creature.YouCtrl+countersGE1P1P1 | AddKeyword$ Trample | Description$ Each creature you control with a +1/+1 counter on it has trample.
SVar:RemRandomDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/bramblewood_paragon.jpg
SetInfo:MOR|Uncommon|http://magiccards.info/scans/en/mt/115.jpg
End