Pointless Script
Posted by Technique
Sunday, August 13, 2006
Description: Really pointless

This guy wants this script and PasteBin is gay so. Really useless script lol idk why I made it but I am really really really bored.

on *:TEXT:*:#:{
  if ($nick isop $chan) {
    if (*TAG* iswm $nick) {
      if ($1 == .addwin) {
        inc %x
        notice $nick Congrats on your win!
      }
      if ($1 == .addloss) {
        inc %y
        notice $nick You suck...
      }
      if ($1 == .reset) {
        unset %x | unset %y | unset %z
        notice $nick Success: Record has been reset.
      }
      if ($1 == .addtie) {
        inc %z
        notice $nick How can you tie someone?
      }
    }
  }
  if ($1 == .record) {
    notice $nick $iif(%x,%x,0) $+ - $+ $iif(%y,%y,0) $+ - $+ $iif(%z,%z,0)
  }
}
o.O
Posted by Log1x
Monday, August 14, 2006 07:55am PDT
atleast it works :/
lol
Posted by Technique
Tuesday, August 15, 2006 10:42pm PDT
Well ya. If it didn't u think I would of givin it to the kid?
Submit a comment
Oops! You need to login or register before you can post a comment!

ebaum's world