|
| Author |
Message |
rickbot Young One

Joined: 12 Mar 2004 Posts: 55
   
|
Posted: Sat Apr 10, 2004 1:48 pm Post subject: |
|
|
Ive had this command lie-ing around for a while now, thought someone new to this may want it.
FIrst, create a text file with random insults (seperating them each with the ENTER key)
| Quote: | if ($msg =~ /^insult/) { open (FILE, "./store/insults.txt"); @bat = ; close (FILE); $result = @bat [ int(rand(scalar(@bat))) ]; $self->sendmsg("$1 $result", Font => "Verdana",Color => '660000',Effect => "B");
}
|
You can change /store/insults.txt to where ever the insults file is, this type of command can be used to get random quotes too, just change the $msg and location.
Hope this helped someone. |
|
| Back to top |
|
 |
Dazzy Agent

Joined: 09 Jan 2004 Posts: 1731
 
|
Posted: Sat Apr 10, 2004 1:59 pm Post subject: |
|
|
About 20 of these commands have been released...it may be a bit different if we were provided with the text file  |
|
| Back to top |
|
 |
rickbot Young One

Joined: 12 Mar 2004 Posts: 55
   
|
Posted: Sat Apr 10, 2004 2:03 pm Post subject: |
|
|
| It contains 'profanity' so i dont think mods would be happy about it |
|
| Back to top |
|
 |
Dazzy Agent

Joined: 09 Jan 2004 Posts: 1731
 
|
Posted: Sat Apr 10, 2004 2:10 pm Post subject: |
|
|
| o, you'll have to check how bad it is then.... |
|
| Back to top |
|
 |
JoeX Agent

Joined: 02 Jan 2004 Posts: 2153
 
|
Posted: Sat Apr 10, 2004 2:14 pm Post subject: |
|
|
They dont mind aslong as It is apart of a command. _________________ Heroes NBC |
|
| Back to top |
|
 |
MeltingWax Member

Joined: 27 Jan 2004 Posts: 132 Location: I dunno, but the padded walls are sweet...
   
|
Posted: Sat Apr 10, 2004 9:24 pm Post subject: |
|
|
*gets evil idea*
>_>
yeah! post the text file B) |
|
| Back to top |
|
 |
ian Young One

Joined: 07 Mar 2004 Posts: 68 Location: middlebrough, england
   
|
Posted: Sat Apr 10, 2004 10:00 pm Post subject: |
|
|
is there a way on morph/maya to have the insult (like andro) where the commands is !insult then the insult actaully says if you know what i mean |
|
| Back to top |
|
 |
billy_billy Newbie

Joined: 17 Mar 2004 Posts: 11
   
|
Posted: Sat Apr 10, 2004 11:23 pm Post subject: |
|
|
you should provide some insults like
you smell you suck |
|
| Back to top |
|
 |
..::BIGmouth( )::.. God Like

Joined: 05 Feb 2004 Posts: 801
    
|
Posted: Sat Apr 10, 2004 11:24 pm Post subject: |
|
|
What kind of insults are those.  |
|
| Back to top |
|
 |
m4g3_o_f4t3 Newbie

Joined: 19 Mar 2004 Posts: 42 Location: New Zealand
   
|
Posted: Sun Apr 11, 2004 3:54 am Post subject: |
|
|
QUOTE(ian @ Apr 10 2004, 02:00 PM) is there a way on morph/maya to have the insult (like andro) where the commands is !insult then the insult actaully says if you know what i mean | Hmm i might try that  |