skin

By SeiferAlmasy on Mar 26, 2004

skin

ewrap {
    var %msg = ""
    var %i = 1
    while ( $gettok($1-,%i,32) ) {
      %msg = %msg 14 $+ $upper($left($gettok($1-,%i,32),1)) $+ 14 $+ $right($gettok($1-,%i,32),-1)
      inc %i
    }
    %msg =  15,01(14 $+ %msg $+ 15)
    if ( $isid ) { return %msg }
    else { msg $active %msg }
  }
}

Comments

Sign in to comment.
SeiferAlmasy   -  May 01, 2009

fixed

 Respond  
Yoinx   -  Aug 19, 2005

also, what it does is - set a background color as black on your text, the character at each end of the message is white, the rest is gray.

 Respond  
Yoinx   -  Aug 19, 2005

actually, its missing a bracket anyway. Just remove that if (%skin == 1) { line

 Respond  
Yoinx   -  Aug 19, 2005

yeah, he pulled it from a larger piece of code. You\'ll need to \" /set %skin 1 \" in order to use it. Or comment out that line and a close bracket completely. (the close bracket beneath inc %i, not the last one)

 Respond  
F*U*R*B*Y*   -  Aug 19, 2005

and its not working for me either

 Respond  
F*U*R*B*Y*   -  Aug 19, 2005

i belive you do /ewrap or sumthing and yes they are missing a bracket on the end

 Respond  
Ryodox   -  Aug 12, 2004

What exactly does this do? It\'s not working. Also, there\'s a bracket missing at the end there.

 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.