That fixed everything. now, my only problem is, when i type numbers, the first number gets deleted and its default black again. I don't know whats causing this and its a minor problem. It only happens if i start the text with a number....if it starts with anything else it is fine....a fix would be great....my script is now:
Code:
on *:INPUT:*:{
  if ($left($1,1) == /) { .disable #st | / $+ $1- | .timer 1 3 .enable #st | halt }
  else say $+(08,$chr(44),02,$1-)
}

and everything works but that one problem....well, hope you geniuses can figure it out, cuz this moron cant!