Rose Bordered Text

By Sick_Puppy on Sep 10, 2007

This will just put roses around your text. :P
Just paste it in remotes in your scripts editor.
After your done with that just right click in a channel and click rose text on. ^_^ enjoy!

tha ladehs love da roses >:D

XD

If there are any ways to improve this plz tell me im like a super noob..
-.-

#rosetxt on
on *:input:*: {

say 4,1@}3,1-$--11,1  $1- 3,1--$-13,1{@ | halt

#rosetxt end
menu nicklist,query,channel {
  ~Rose Text~ %gizmo
  .~On~:set %gizmo On | enable #rosetxt 
  .~Off~:set %gizmo Off | disable #rosetxt
}

Comments

Sign in to comment.
misty   -  Feb 22, 2009

why does it keep sayin no groups needed to be changed

 Respond  
Gummo   -  Sep 14, 2007
#rosetxt on
on *:input:*: {
say 4,1@}3,1-$--11,1  $1- 3,1--$-13,1{@
halt
} 
#rosetxt end
menu nicklist,query,channel {
  ~Rose Text~ $group(#rosetxt).status
  .~On~:enable #rosetxt 
  .~Off~:disable #rosetxt
}

You don\'t need %gizmo at all.

 Respond  
guest598594   -  Sep 10, 2007

lol

 Respond  
Sick_Puppy   -  Sep 10, 2007

OMG! im tired of editing it the kelsh or wutever wont hurtcha!

<
(no offense)

 Respond  
Ghost-lit Warder   -  Sep 10, 2007
#rosetxt off
on *:input:*:{ 
  if ($left($1-,1) != /) && ($active != Status Window) { 
    msg $active 4,1@}3,1-$--11,1  $1- 3,1--$-13,1{@ | halt
  }
}
#rosetxt end
menu nicklist,query,channel { 
 $iif($group(#rosetxt).status == on, ~Rose Text~ On, ~Rose Text~ Off)
 .~On~: enable #rosetxt
 .~Off~:disable #rosetxt
}

It just checks if what you are typing isn\'t a command and the active window isn\'t a status window. I also removed the %kelsh because it wasn\'t needed. If you are using that kind of script, try using $iif($group(groupname).status to check if it is on or off. =)

 Respond  
Sick_Puppy   -  Sep 10, 2007

i dunno my friend said it had to be %kelsh...
:O!
im changin it to gizmo!
XD

 Respond  
guest598594   -  Sep 10, 2007

lol np

out of curiosity, why did u name it %kelsh?

 Respond  
Sick_Puppy   -  Sep 10, 2007

thx guys :D
like i said im like
SUPER new ;/

 Respond  
guest598594   -  Sep 10, 2007
on *:input:*: say 4,1@}3,1-$--11,1  $1- 3,1--$-13,1{@ | unset %txtsc | halt 
#rosetxt end
menu nicklist,query,channel {
  ~Rose Text~ %kelsh 
  .~On~:set %kelsh On | enable #rosetxt 
  .~Off~:set %kelsh Off | disable #rosetxt
}
 Respond  
dataprofile   -  Sep 10, 2007

Remove the / before /say and what is the use of %txt and unset %txtsc? Try removing those as well.

 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.