
Untitled
By: a guest on
Aug 9th, 2012 | syntax:
None | size: 0.55 KB | hits: 12 | expires: Never
on *:TEXT:!flo*:#: {
if ($nick isvoice # || $nick isreg #) { msg | return }
if ($2 !ison $chan) { notice $nick $2 is not a valid nick. | halt }
if (!$3) { notice $nick Invalid format. Use: !flo nick colour | halt }
set %ou %2 %3
msg $chan 13 [colours] $2 bet $3 @ $nick on colours
msg $chan please !choose green yellow or red. }
on *:TEXT:!choose*:# {
if (!$2) { notice $nick Invalid format. Use: !choose geen/yello/red | halt }
if ($2 == green) || ($2 == yellow) || ($2 == red) {
set %choose %2
msg $chan player chose $2}