wasnt happy with the sotry book, so i made this little upgrade, Hope it comes in usefull.
Made a file called: 3word.pl
In that put:
Code:
<br /><br />if ($msg eq "3word")<br /><br />{<br /> open (DATA, "./3word.txt");<br /> @line = <DATA>;<br /> close(DATA);<br /> $self->sendmsg("7(#) The 3 Word Story Game! (#)\n\n27@line"); <br />}<br />
Then close and save
---------------
Now Make a file called: continue3word.pl
Add this inside:
Code:
<br />if ($msg =~ /^c3word (.*) (.*) (.*)$/)<br />{<br /> open (DATA, ">>./3word.txt");<br /> print DATA "$1 $2 $3... ";<br /> close(DATA); <br /> &send($self, "[gBot] 27*lazy*ou continued the 3 word story with: '$1 $2 $3'");<br />}<br />
Then close and save
---------------
Then finally, make a file called 3word.txt in the same directory as your bot.pl file.
---------------
:ph34r: READ THIS PLEASE! :ph34r: Like I said, this is just a little addon, the thing that let's you put 3 words in need's somethign else in so you can only put 3 word's, i need help with that.