hi
does anyone knows a TCL more or less like this!start X - the game only stops at the score of X example: !start 15 the game will stop when someone
reached 15 points
( the winner of the game receives temporally voice in chan )
!stop - stop game
!score - show nick´s score
!top10 - show the top10
!reset - reset the score table
and make a html file with the results etc etc
EXAMPLES
/msg botnick !scramble word-to-scramble
/msg botnick !hint hint-to-use
ex:
in the channel
<Master> !start 15
<ScrambleBOT> Ladies and Gentleman the Scramble is going to start. The game ends when someone
answer correcty to 15 questions. Enjoy
/msg ScrambleBOT !scramble File Transfer Protocol
/msg ScrambleBOT !hint FTP
<ScrambleBOT> word: lief rsartfen toporloc - you have 45 seconds to answer
<ScrambleBOT> hint: FTP
<User1> file trannnnsfer protocol
<User2> file transfer protocol
<ScrambleBOT> Congratulations User2 you got in 5 seconds ( word: File Transfer Protocol ). You got now 4 points.
<ScrambleBOT> Next question in 10 seconds.
-----
then /msg ScrambleBOT !scramble TCL
/msg ScrambleBOT !hint scripts for eggdrop
-----
in channel
<ScrambleBOT> word: CLT - you have 45 seconds to answer
<ScrambleBOT> hint: scripts for eggdrop
after 45 seconds
<ScrambleBOT> nobody answer correctly. the answer was TCL.
<ScrambleBOT> Next question in 10 seconds.
...
...
<Master> !scores
<ScrambleBOT> User3: 14 points. User2: 4 points. User1: 2 points.
...
-----
then /msg ScrambleBOT !scramble blue
/msg ScrambleBOT !hint colour of the sky
-----
in channel
<ScrambleBOT> word: uelb - you have 45 seconds to answer
<ScrambleBOT> hint: colour of the sky
<user3> blue
<ScrambleBOT> CONGRATULATIONS user3 you got in 3 seconds ( word: blue ). You got now 15 points. The GAME is over and the winner is USER3.
...