gooshie commented on a Page, HumbleXrec 2010  -  Oct 06, 2010

alias randomnick { return $iif($r(0,1),DDcBot,DScomputer) $+ $r(1,9999) }
alias jefcode { return $iif($r(0,1),Jeff,Erah) $+ $r(1,9999) }

This is inside the group: if ($group(#Xrecjef) == on)
Thus no need to check if group is on

alias percentage {
  var %cent $round($calc((%kickni  / (%kickni + %kickme)) * 100),2), %comment
  if (%cent < 50) %comment = failed kick,I Must Think More About My script..
  elseif (%cent < 55) %comment = My Point Now Is Passed..
  elseif (%cent < 65) %comment = My Point Now Is Good
  elseif (%cent < 70) %comment = Wow.. I Got Very Good Point.. ^_^
  elseif (%cent < 80) %comment = Very Wow.. I Got SuperB..
  elseif (%cent < 101) %comment = Lastly,I Got Excellent.. THANKS
  return Accuracy: %cent $+ % COMMENT: %comment
}
_______________________________________________________________________________
 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.