Here is a more efficient regsub tag

Code:
var %x, %i = $regsub($1-,/(&nbsp;|&deg;|]'>|^[^<]*>|<[^>]*>|<[^>]*$)/g,$null,%x), %x = $replace(%x, ,$chr(32))


Also deals with
Code:
&nbsp; and &deg;
features you might come across, this will properly strip all HTML tags within your site dump the reason you'll see an extra a is because if you notice youll see without all the html tags that, that a is present..

remove the $remove + $wildtok stuff I gave you earlier just run %x alone


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }