Eggdrop Tcl Archive

Home | Contact | Forum | Submit a Script

View All Information: Script Id1392

Script Name: Strategy Version: 1.0 Author: Justdabomb2 Script Date: 01/11/2006 Category: Game Scripts Downloads: 36 File Name: Justdabomb2-Strategy-v1.0.zip Short Description: Strategy is a game where two to six people join a round and take either 1, 2, or 3 away from the current number. The person who takes the last number(s) away is the winner.

Extended Description File

###########################################################################
##                                                                       ##
##  Author: Justdabomb2                <email: edngravy@sbcglobal.net>   ##
##  Script: Strategy                                                     ##
##  Version: v1.0                                                        ##
##  Date: 11/01/2006                                                     ##
##  Tested with: Eggdrop v1.6.18                                         ##
##                                                                       ##
##  Description:                                                         ##
##    Strategy is a game where two to six people join a round and take   ##
##    either 1, 2, or 3 away from the current number. The person who     ##
##    takes the last numbers away is the winner.                         ##
##    The game takes turns in order of which the players joined.         ##
##                                                                       ##
##                                                                       ##
##  Commands:                                                            ##
##    !strategy on  - Turn the game on, allow players to join the round. ##
##    !strategy off   - Turns the game off.                              ##
##    !strategy help  - Shows the commands.                              ##
##    !strategy start - Starts the game with the current joined players. ##
##    !joinstrat      - Joins you for the current round.                 ##
##    !take <1,2,3>   - Takes away one, two, or three.                   ##
##                                                                       ##
##                                                                       ##
##  Installation:                                                        ##
##    1. Save in your scripts directory as "strategy.tcl".               ##
##    2. add line "source scripts/strategy.tcl" to the bottom of         ##
##       your eggdrop configuration file.                                ##
##    3. CTRL+F search for 'set stratownerofbot ' and change             ##
##       "YourNick" to your nick.                                        ##
##    4. (optional) - CTRL+F search for 'set startnumber ' and set       ##
##       to what you want a round to start on (default is 50).           ##
##    5. (optional) - CTRL+F search for 'set stratwinmsgs' and change    ##
##       the messages below to what what you want your bot to say        ##
##       when a someone wins.                                            ##
##    6. Rehash or restart your bot, and type "!strategy help"           ##
##       in the channel.                                                 ##
##                                                                       ##
##                                                                       ##
##  Bugs:         - None known yet, E-mail me if you find any.           ##
##                                                                       ##
##                                                                       ##
##  Features:                                                            ##
##  - You can choose the start number you want the round to start on.    ##
##  - The commands can be displayed to a nick by a pubic command.        ##
##  - Two to six people can play in a round.                             ##
##  - The game can only be turned off by the set bot owner or            ##
##    one of the players.                                                ##
##  - You can set random messages the bot will say when someone wins.    ##
##                                                                       ##
##                                                                       ##
##  To Do's:                                                             ##
##  - Make so users can leave a game after they have joined it.          ##
##  - Easily change colors through global variables.                     ##
##  - Be able to have "bot players" join through public command.         ##
##  - ^ Do all of that within a week or two ^.                           ##
##                                                                       ##
##                                                                       ##
##  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              ##
##                                                                       ##
##                                                        ~Thank you!    ##
##                                                                       ##
###########################################################################

Latest News

27 Dec 2018 Eggdrop v1.8.4 Stable Release 22 Dec 2018 Eggdrop v1.8.4 Release Candidate 3 15 Dec 2018 Eggdrop v1.8.4 Release Candidate 2 12 Dec 2018 Eggdrop v1.8.4 Release Candidate 1 04 Feb 2018 Eggdrop v1.8.3 Stable Release 13 Jan 2018 Eggdrop v1.8.3 Release Candidate 2

Resources

Eggdrop Community Forum Download Eggdrop Eggdrop Set-up Using your Eggdrop Enhancing Eggdrop Eggdrop Tcl Commands Eggdrop 1.8.3 Documents Eggdrop Config File Unix Shell Commands
Donate Help TclArchive.org with server costs. By donating, you help keep these scripts available to everyone. PayPal

© 2015 - 2025,  Greenwood Web Design