User Control Panel
Advertisements

HELP US, HELP YOU!

Story Book

 
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 19, 2005 8:24 am    Post subject: Reply with quote

Hey, I made this command for my sister's bot. Its really pointless but it could be of use to some people.

EDIT: This command whole command is like a story book, when you write in it, you are writing a part of a story. and the next person to write in it will be continuing from were you stopped, If you understand me Smile

EDIT2: I also have attacted my bot's, story.txt just so you get an idear of whats happening.

Made a file called: readbook.pl

And add this inside:
Code:
<br />if ($msg eq "readbook")<br /><br />{<br />       open (DATA, "./story.txt");<br />       @line = <DATA>;<br />       close(DATA);<br />       $self->sendmsg("7(#) Story (#)\n\n27@line");  <br />}<br />


Then close and save

---------------

Now Make a file called: writebook.pl

Add this inside:
Code:
<br />if ($msg =~ /^writebook (.*)$/)<br />{<br />   open (DATA, ">>./story.txt");<br />   print DATA "$1 ... ";<br />   close(DATA); <br />  &send($self, "[gBot] 27*lazy*ou continued the story with: '$1'");<br />}<br />


Then close and save

---------------

Then finally, make a file called story.txt in the same directory as your bot.pl file.

---------------

Happy Story writting Smile
Back to top
purcelly
God Like
God Like


Joined: 10 Jun 2004
Posts: 560
Location: North West, England
Reputation: 35.1Reputation: 35.1Reputation: 35.1Reputation: 35.1

PostPosted: Sat Feb 19, 2005 2:57 pm    Post subject: Reply with quote

Cool

Could be used as a game

+1
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