Simple Help script *Updated*

By Null on Dec 24, 2006

A very simple script that will pm a user who triggers the script text from a .txt file named helpfile.txt in your mIRC folder without flooding as it plays out 1 line per second, Very good for letting users know your bots commands etc.

Instructions: To trigger the script use 1 of the following triggers !@`. followed by help for Example @help

Instructions 2: To set help use 1 of the following triggers !@`. followed by sethelp followed by your text for Example !sethelp Google script Usage: !google

#######################################
# Help Script                         #
# Author: NullNet                     #
# Website: Http://www.mIRC.ms         #
# Notes: To load this script simply   #
# paste in to remotes                 #
#######################################
on $*:text:/^[!@`.]help/Si:*: { 
  /play $nick helpfile.txt
}
on $*:text:/^[!@`.]sethelp */Si:*: {
  if ($nick == botownersnick) {
    write helpfile.txt $$2-
  }
}

Comments

Sign in to comment.
Setever   -  Dec 29, 2006

Eh, there\'s a lot more that could be added, and having multiple triggers is somewhat useless.

 Respond  
Null   -  Dec 25, 2006

Yes i agree there could be alot more done with this but it was to simply introduce people to using play, I have however updated the script with SetHelp

 Respond  
Lindrian   -  Dec 25, 2006

It could be made mouch better in my opinion.

 Respond  
ZabuzaMomochi   -  Dec 25, 2006

Its very small but very usefull! You also might want to add in a command that makes it so if you type /addword Wordhere it will add a word in the helpfile, so you dont have to manually do it yourself.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.