Actually...never mind. I fixed it. Combined it into one script:
Code:
on 1:INPUT:#avatarrp: {
if ($1 == /c) {
if (%color == on) { set %color off | halt }
if (%color == off) { set %color on | halt }
}
if (%color == off) { /msg #avatarrp $1- | halt }
if (%color == on) { /msg #avatarrp 9 $1- | halt }
}