so wait, tokenize allows spaces?? so I could put (after the tokenize line)
Code:
 If ($1 == ?Suit up) {... 
or does it need to be
Code:
 If ($1-2 != ?Suit up) {... 
???