Have you tried Riamus2's suggestion yet?

This has to work then:
Code:
tokenize 32 $strip($1-)
var %c = (rock)
If ($1 == %c) { halt }
else { 
do something
}