dagnon99 Beginner
Joined: 08 Jun 2005 Posts: 12
|
Posted: Wed Jun 15, 2005 6:14 am
Please help with codding issue |
Hello all,
Can some some help me with the coding issue:
this is the data that I want to grab:
Character attributes for Saunilnarel
Level: 4 Race: Grey Elf Class: Ranger
Age: 120 yrs / 13 mths Height: 60 inches Weight: 100 lbs
STR: mighty AGI: heroic DEX: heroic CON: heroic
POW: mundane INT: mundane WIS: bad CHA: average
Armor Class: 13 (100 to -100) Magic Resistance: 0 percent
Hitroll: 8 Damroll: 6
Alignment: 1000 (-1000 to 1000)
Saving Throws: PAR[0] ROD[0] PET[0] BRE[0] SPE[0]
Wimpy: 10
Load carried: Moderate
I have so far:
Code: |
#REGEX { (?Level:\d+) (?race:\w+) (?Class:\w+) } {} |
but so far all i get is:
level =1000 race= to class=1000
Can some one please help me get a #regex for this line...
I have been working on this for a while now with no luck..
Thanks all in advance!
|
|