The Most Simplest Guessing Game!
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 2.0 (of 1 scores) |
| Date Added | Jul 04, 2008 |
| Last Updated | Jul 04, 2008 |
| Tags | game guess |
Introduction
This script is simple. Do not abuse me.
TO START:
!StartGuess then !Guess [Number] Simple. Remember to set the %chanset in variables ;)
mIRC Snippet:
The Most Simplest Guessing Game!
Posted on Jul 4, 2008 3:40 pm
Posted on Jul 4, 2008 3:40 pm
well a fst test you need to set the %chanset with a alis or on load option or something.Also check it the guess is lower then 1 or higher then 100 an not let them guess it cause its pointless.maybe add even add a !Give up trigger that gives the correct answer to the chann an resets the game.And lock the game once started to ppl cant keep reseting the %guessgame.Maybe even add a 3 try per person so they can jsut guess a million times and get the advantage and maybe something to track how many times some one got it correct an have like a simple top 3 count.and yeah last but not least flood protection.`-.-ยด
mIRC Snippet:
The Most Simplest Guessing Game!
Posted on Jul 5, 2008 4:35 am
Posted on Jul 5, 2008 4:35 am
I hate to say it but there is a million of these and I just do not see the point of making another one especially if it isnt going to be better or even as good as the ones available.
Keep up the scripting but try and be a little more original with what you take the time to code and release.
Keep up the scripting but try and be a little more original with what you take the time to code and release.
mIRC Snippet:
The Most Simplest Guessing Game!
Posted on Jul 5, 2008 6:31 am
Posted on Jul 5, 2008 6:31 am
| Quote: |
| if ($chan != %chanset) { halt } |
That line is not necessary, the one below only triggers if it is %chanset, therefore there is no need to halt it if it's not.




