GrimReaper commented on a Page, Flag Game  -  Jun 09, 2011

For all your

elseif ((portugal == $1) && ($calc($ctime-%ct) <= 15) && (%answer == portugal)) {
    if ($nick == %flagsnick) msg $chan Correct!
    unset %answer
    timerFlags* off
}

You could have

elseif (($1 == %answer) && ($calc($ctime-%ct) <= 15)) {
      if ($nick == %flagsnick) msg $chan Correct!
      unset %answer
      timerFlags* off
    }

Which you shrink your code by a few lines.

Other than that.. Good work. :)

 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.