Top

The Most Simplest Guessing Game!


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  2.0
Scores Submitted  1
Date Added  Jul 04, 2008
Last Updated  Jul 04, 2008
Tags  game  guess 
  Bookmark and Share

Introduction

Well its a really REALLY simple !Guess Game which took me no longer than 5/10 minutes to make. I tested it and it worked nice. You can add Colors and all that cause i hate that.

This script is simple. Do not abuse me.

TO START:

!StartGuess then !Guess [Number] Simple. Remember to set the %chanset in variables ;)

Grab the Code

Comments

  (3)  RSS
EL
Comments: 1,243
 
mIRC Snippet:  The Most Simplest Guessing Game!
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.`-.-ยด
Typo
Comments: 186
 
mIRC Snippet:  The Most Simplest Guessing Game!
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.
vaseline28
Comments: 134
 
mIRC Snippet:  The Most Simplest Guessing Game!
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.

Please Register or Login to start posting comments.
Bottom