titlebar txt player

By ch1zra on Jan 30, 2005

it animates titlebar text.
usage :
"/tbar text to be played ".

you can remove that on start if you don't want it :)

alias tbar {
  write -c titlebar.anim
  var %tbr $1-
  if (%tbr == $null) { echo -s  $+ $color(info)  $+ You must enter some text. d'oh !! }
  else {
    var %ctr 1
    var %len $len(%tbr)
    while (%ctr <= %len) {
      write titlebar.anim titlebar $left(%tbr,%ctr)
      inc %ctr
    }
  }
  .play -cs titlebar.anim 60
}

on *:start: {
  .play -cs titlebar.anim 60
}

Comments

Sign in to comment.
xDaeMoN   -  Apr 28, 2005

Not bad Chizra =)

 Respond  
cooolstar   -  Apr 28, 2005

not enough good

 Respond  
newb   -  Feb 13, 2005

lol

 Respond  
ch1zra   -  Jan 31, 2005

no, I didn\'t thought that U\'re putting it down, just felt moronic for doing something someone already did... but hell, in mIRC almost everything is done, so I\'m not gonna cry or something :P

 Respond  
Yoinx   -  Jan 31, 2005

sorry wasnt trying to put it down, just a little more complex. So I figured I\'d point it out.

 Respond  
ch1zra   -  Jan 30, 2005

damn... had no intentions to do such thing... this one just came to me so I decided to share. :\

 Respond  
Yoinx   -  Jan 30, 2005

take a look at this post - http://www.hawkee.com/phpBB2/viewtopic.php?t=4369&highlight=titlebar its a bit better, but yours does scroll... good job none the less

 Respond  
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.