Script Name:
Dice Game
Version: 1.1
Author: Justdabomb2
Script Date: 22/10/2006
Category: Game Scripts
Downloads: 99
File Name:
Justdabomb2-Dice-v1.1.zip
Short Description:
A small dice script to play in channel against a friend or your bot. Two dice are rolled; the person who rolls the higher number wins.
Extended Description File
###########################################################################
## ##
## Author: Justdabomb2 <email: edngravy@sbcglobal.net> ##
## Script: Dice Game ##
## Version: v1.1 ##
## Date: 10/22/2006 ##
## Tested with: Eggdrop v1.6.18 ##
## ##
## Commands: ##
## !dice - Turns the game on. You must turn the ##
## game on before you can do anything else. ##
## !play <nick> - Starts a game between you and the specified nick. ##
## !play bot - Starts agame between you and the bot. ##
## !roll - Rolls the dice. ##
## !diceoff - Turns the game off. ##
## !dicehelp - Shows the commands of the script. ##
## ##
## ##
## Installation: ##
## 1. Save in your script directory as "dice.tcl". ##
## 2. add line "source scripts/dice.tcl to the bottom of your ##
## eggdrop configuration file. ##
## 3. CTRL+F search for 'set dicechan ' and change "#channel" to ##
## the nane of the channel you want the game to be played on. ##
## 4. (optional) - CTRL+F search for 'set winmsgs' and change the ##
## messages below to what you want them to say when a person wins. ##
## 5. (optional) - CTRL+F search for 'set losemsgs' and change the ##
## messages below to what you want it to say when a person loses. ##
## 6. (optional) - CTRL+F search for 'set dicetextcolor ' and ##
## change "1" to the color you want to your bot use when the ##
## script is un use (use the color key below). ##
## 7. Rehash or restart your bot, and type "!dice" in the channel. ##
## ##
## ##
## Bugs: - None known yet, E-mail me if you find any. ##
## ##
## ##
## Color Key: ##
## ||=-------------=||=--------=|| ##
## || Color Name || Number || ##
## ||=-------------=||=--------=|| ##
## || White || 0 || ##
## || Black || 1 || ##
## || Dark Blue || 2 || ##
## || Green || 3 || ##
## || Red || 4 || ##
## || Brown || 5 || ##
## || Purple || 6 || ##
## || Orange || 7 || ##
## || Yellow || 8 || ##
## || Light Green || 9 || ##
## || Teal || 10 || ##
## || Light Blue || 11 || ##
## || Blue || 12 || ##
## || Pink || 13 || ##
## || Dark Grey || 14 || ##
## || Light Grey || 15 || ##
## ||=-------------=||=--------=|| ##
## ##
## ##
## You do NOT need to change anything in this script ##
## (besides what it tells you to change in the installation), ##
## it should work the way it is right now. ##
## ##
## Newer versions on this script will be if I decide something ##
## should be added or a bug needs to be fixed. ##
## ##
## If you notice any problems with the script, ##
## please e-mail them to me at: edngravy@sbcglobal.net ##
## ##
## Please do not re-distribute a modified version of this script. ##
## If you do re-distribute it in it's original form, ##
## please give credit to me, and do not claim it as your own. ##
## ##
## ~Thank you! ##
## ##
###########################################################################