Oh! Sure.

https://forums.mirc.com/ubbthreads.php?ubb=showthreaded&Number=169648&an=&page=0

Kind of like that...But of course, for the bot. I already tried running this script through the bot but it didn't work completely. I know nothing about coding/scripting...So I'm not quite sure what has to go in there to make this quote script work for the bot. But what I wanted added in that script would be something to make it randomnly say the quotes...Or say the quotes when whoever made the quote, joins the channel. Example:

randomguy has joined #channel
<Bot> Quote #14 <randomguy> hisquotehere


What I do know is all my bots scripts start with...
Quote:

;check for start.mrc to be loaded for stability
on 1:LOAD: {
if ($script(start.mrc) == $null) { .load -rs scripts\start.mrc | /echo 4!!!!> Warning: A vital file has not been loaded, please restart the bot (press F9) to load this file. }
}
;begin scripting


Thanks for any help you can provide.

Last edited by Metalhead; 17/03/07 02:05 PM.