thx all but i figured it out smile heres my end result. tested it over and over and IT WORKS!
Code:
on *:rawmode:*: {
  if ($me isin $2) && (+ isin $1) && (q isin $1) {
    /inc %Founder
    /msg $chan 12Thanks for the ~ $nick $+ ! I've been Foundered %Founder times $+ ! (SquishyScript)
  }
  if ($me isin $2) && (+ isin $1) && (a isin $1) {
    /inc %Sop
    /msg $chan 12Thanks for the & $nick $+ ! I've been Super-Opped %Sop times $+ ! (SquishyScript)
  }
}