Warp my features

By Lord-Harlot on Jun 15, 2008

a simple script

Someone types !orb and it warps them.

To use:
alt+r and paste it in.

/server -m irc.purplesurge.com -j #zanacross

on *:text:*:#: {
   if ($1 == !warp) {
    if ($2 !ison $chan) || (!$2) { msg $chan You have to select someone to warp. } 
    if ($2 == $nick) { msg $chan You cant orb yourself | halt }
    if ($2 == $me) { msg $chan Why would you warp me? WHYYYYYYYYY | halt }   
    if ($2 ison $chan) {

      var %rub $r(0,100)
      describe $chan takes $2 to the orb. | describe $chan sees $2 become %rub $+ % more $iif($r(1,2) == 1,beautiful.,ugly) }
      |
    }
  }
}

Comments

Sign in to comment.
guest598594   -  Jun 16, 2008

Rather than the two ifs at the end, use $iif to change it to beautiful/ugly.

 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.