Let's say i wanted to make an Action set a variable that is equal to the text in the string like this
They appear about %0 percent as fast as you.
how do I make my speed variable equal to the %0?
oop, and to actually answer your question:
/action {They appear about %0 percent as fast as you.} {/var SpeedPercent $0}
...say My opponent's speed is $SpeedPercent as fast as me!