Originally Posted By: Riamus2
I'm curious why you'd use a regular expression, Tomao. I don't see any reason why that would be more efficient or useful. Maybe it is? Just wondering.
Well, I used for stripping the control codes, hence the /S flag. Yes, I could've used the simple text event, but that'd mean an additional if statement with the $strip() identifier. I simply found it convenient is all.

Actually it just hit me that I could have done it like this:
Code:
on 1:TEXT:$( $+ $strip(!order) $+ ):#: