This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Script to set gamenames with parameters

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
u
umme
Voice
Posts: 7
Joined: Tue Apr 25, 2006 8:20 am

Script to set gamenames with parameters

Post by umme »

Hi!

I need a script that works like that:

Code: Select all

!game irc1//1, Player X, Tele Y/N, BO Y/N, Comments


"Player" "Tele" and "BO" should be stativ so that u have simply to write

Code: Select all

!game irc1//1 5 y n all fine
and result is

Code: Select all

irc1//1 Player: 5, Tele Y, BO N, all fine
and then bot announces that in chan and the actual game is callably by typing

Code: Select all

!game
or it adds the game information to topic:

Code: Select all

Topic is: (topic here) | game: irc1//1 ....
the information has to be overwritealble so that u can simple write a new !game irc2//2 .... f.e. .

and on

Code: Select all

!game 0
the whole thing should be cleared to

Code: Select all

no active games at the moment
It would be totally great if someone could do that

best regards
alex
Post Reply