mIRC Snippet:
guessing game
Posted on Oct 9, 2008 7:16 pm
Posted on Oct 9, 2008 7:16 pm
{ msg # WOW nice job!!$nick The Number Was $2 |
I found it needs a space between job!! and $nick
otherwise it says what the script says and not the actual $nick
I found it needs a space between job!! and $nick
otherwise it says what the script says and not the actual $nick
mIRC Snippet:
guessing game
Posted on Sep 2, 2008 5:22 am
Posted on Sep 2, 2008 5:22 am
napa stop... napa-ing things D:
mIRC Snippet:
guessing game
Posted on Sep 2, 2008 4:36 am
Posted on Sep 2, 2008 4:36 am
why not make it all on one on text event like this
| Code: |
| ON *:TEXT:*:#:{ if ($strip($1) == !number) { if (!$($+(%,number,$chan),2)) { set $+(%,number,$chan) $r(1,100) msg $chan I Have Choosen A Random Number Between: 1 And 100 To Guess What It Is Type: !guess <number> } elseif (!$($+(%,$chan,$nick,yesgame),2)) { msg $chan Game already in progress. Please Type " !guess 1-100 " to play. | set -u5 $+(%,$chan,$nick,yesgame) $nick } } if ($strip($1) == !guess) && (!$($+(%,flood,$chan),2)) { set -u3 $+(%,flood,$chan) $nick if ($($+(%,number,$chan),2)) { if (!$2) || ($2 !isnum 1-100) { msg $chan Please pick a number 1-100 ex: !guess 34 } elseif ($2 == $($+(%,number,$chan),2)) { msg # WOW nice job!! $nick The Number Was $2 | unset $+(%,number,$chan) } else { msg # $iif($2 < $($+(%,number,$chan),2),It's Higher Than $2,It's Lower Than $2) } } elseif (!$($+(%,$chan,$nick,nogame),2)) { msg $chan No Game in progress. Please Type " !number " to start a game. | set -u10 $+(%,$chan,$nick,nogame) $nick } } } |
mIRC Snippet:
guessing game
Posted on Sep 2, 2008 12:28 am
Posted on Sep 2, 2008 12:28 am
Why did you post the same script twice?
Its Eating Space On Hawkee.
-.-
Its Eating Space On Hawkee.
-.-
mIRC Snippet:
guessing game
Posted on Sep 1, 2008 3:28 pm
Posted on Sep 1, 2008 3:28 pm
And why complicate the script?
mIRC Snippet:
guessing game
Posted on Sep 1, 2008 3:26 pm
Posted on Sep 1, 2008 3:26 pm
| Code: |
| if ($2 == %number [ $+ [ $chan ] ]) { msg # WOW nice job!!$nick The Number Was $2 | unset %number [ $+ [ $chan ] ] } |
umm..
| Code: |
| if ($2 == %number [ $+ [ $chan ] ]) { msg # WOW nice job!! $+ $nick The Number Was $2 | unset %number [ $+ [ $chan ] ] } |
mIRC Snippet:
guessing game
Posted on Sep 1, 2008 2:56 pm
Posted on Sep 1, 2008 2:56 pm
Add a way to check if a game is already going, that way people don't just keep going !number
!number
!number
Also notice Script Error?
maybe notice $nick Script Error, or notice $me Script Error
!number
!number
Also notice Script Error?
maybe notice $nick Script Error, or notice $me Script Error
mIRC Snippet:
guessing game
Posted on Sep 1, 2008 1:06 pm
Posted on Sep 1, 2008 1:06 pm
Oh btw, it came with color. and forgot to add it sorry! x.x
mIRC Snippet:
ACRO Sayer
Posted on Jun 20, 2008 7:32 am
Posted on Jun 20, 2008 7:32 am
:P Simple But UseFull ;)
mIRC Snippet:
Teller
Posted on Jan 23, 2008 1:56 pm
Posted on Jan 23, 2008 1:56 pm
did you forget to include another part of the script?














