User Control Panel
Advertisements

HELP US, HELP YOU!

3 Word Story Game

 
Post new topic   Reply to topic    Bot Depot Forum Index -> Commands
View unanswered posts
Author Message
M4RTIN
Member
Member


Joined: 31 Dec 2004
Posts: 134

Reputation: 19.2Reputation: 19.2

PostPosted: Sat Feb 26, 2005 12:38 pm    Post subject: Reply with quote

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. Smile

Razz PLEASE LEAVE A COMMENT Razz
Back to top
mat007
Almost An Agent
Almost An Agent


Joined: 12 Jan 2004
Posts: 1375

Reputation: 15.8Reputation: 15.8
votes: 2

PostPosted: Sat Feb 26, 2005 1:10 pm    Post subject: Reply with quote

Hmm maybe somat like:

Code:
<br />my $string = ($1);<br />my @words = qw( $string );<br />if(scalar(@words) < 3) {<br />print 'ok'; <br />} else {<br />print 'someone made a boo boo';<br />}
Back to top
M4RTIN
Member
Member


Joined: 31 Dec 2004
Posts: 134

Reputation: 19.2Reputation: 19.2

PostPosted: Sat Feb 26, 2005 1:12 pm    Post subject: Reply with quote

Ill test, it look's good, thankyou very much! Very Happy
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> Commands All times are GMT
Page 1 of 1

 



Protected by phpBB Security phpBB-TweakS
phpBB Security Has Blocked 9 Exploit Attempts.
Antispam Captcha Mod by phpbb-security.com
Powered by phpBB © 2001, 2005 phpBB Group