This isnt really a script, but you know how your status is always in brackets?
Like [Dazzle] or [Sleep]? i always hated it, and I know how to get rid of it!
Go to the script Window_Base line 172:
else
# Attach brackets
text = '[' + text + ']'
end
Change it like so....
else
# Attach brackets
text = text
end
Haha! No more brackets!