http://puu.sh/qWiy3/233012f1a5.png Here is pic

Code:
on *:text:!ab*:#:{

  if ($2 == $null) { msg # !ab <emote> <text> | return }  

  var %finaltext $2 
  var %j 1

  while (%j <= $len($3)) {
    %finaltext = %finaltext $+ $chr(32) $+ $mid($3,%j,1) $+ $chr(32) $+ $2
    inc %j
  }

  msg # %finaltext

}

Last edited by Tulga; 01/09/16 03:15 PM.