bubble text v2.0

By pwnisher3 on Aug 16, 2008

my bubble text just like my ascii text script when you type it will make your text into bubbles. EX. hello will turn into (H)(E)(L)(L)(O). now with my UPDATED version of bubble text you can use it with my ascii text snippet. it is now better and i hope that you like it and give it a high rank :D

/me mumbles how is that for being a kiss-ass?

#bubbletxt off
on *:input:*: {
  if ($left($1,1) = /) return
  if ($left($1,1) = @) return
  %txtsc = $1-
  %txtsc = $replace(%txtsc,a,(A),b,(B),c,(C),d,(D),e,(E),f,(F),g,(G),h,(H),i,(I),j,(J),k,(K),l,(L),m,(M),n,(N),o,(O),p,(P),q,(Q),r,(R),s,(S),t,(T),u,(U),v,(V),w,(W),x,(X),y,(Y),z,(Z) )
  /say  %txtsc  | unset %txtsc | halt 
}
#bubbletxt end
menu * {
  -
  Ascii Text %kelsh $+ 
  .On:set %kelsh On | enable #bubbletxt 
  .Off:set %kelsh Off | disable #bubbletxt
}

Comments

Sign in to comment.
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.