PtokaX forum

Archive => Archived 5.1 boards => Finished Scripts => Topic started by: 6Marilyn6Manson6 on 24 July, 2006, 14:34:56

Title: HelP BoT
Post by: 6Marilyn6Manson6 on 24 July, 2006, 14:34:56
Easy script, load different help for different profile [inbuild command of ptokaX], but if you added other script you can modded help and see all command availables :D, nice for me :p
Title: Re: HelP BoT
Post by: 6Marilyn6Manson6 on 24 July, 2006, 21:59:54
Quote from: Mutor on 24 July, 2006, 21:57:26
You know we have profile permissions for a reason.
You may very well be sending commands that are not availble to a certain profile.
Moreover, using profile permissions you need only one table of help commands.

Ok, I can modify it, Thanks Mutor :)
Title: Re: HelP BoT
Post by: speedX on 16 August, 2006, 16:45:32
hi,
i wanted to ask tht can i add 2 or more commands to this script??? eg: when i type !help it shows the commands...and if I type !helpme thn also it should show the commands......can this be done?? if yes thn wat should i do to add another command??
Title: Re: HelP BoT
Post by: Cêñoßy†ê on 16 August, 2006, 16:50:16
Quote from: speedX on 16 August, 2006, 16:45:32
hi,
i wanted to ask tht can i add 2 or more commands to this script??? eg: when i type !help it shows the commands...and if I type !helpme thn also it should show the commands......can this be done?? if yes thn wat should i do to add another command??

Change:
if cmd == "!help" then


To this:
if cmd == "!help" or cmd == "!helpme" then
Title: Re: HelP BoT
Post by: bastya_elvtars on 16 August, 2006, 16:51:03
Damn, you were faster. :-P
Title: Re: HelP BoT
Post by: speedX on 16 August, 2006, 16:57:48
oh yes it worked....thx guys....
Title: Re: HelP BoT
Post by: Cêñoßy†ê on 16 August, 2006, 17:03:27
Quote from: speedX on 16 August, 2006, 16:57:48
oh yes it worked....thx guys....

np.. ;)

bastya..  ;D
Title: Re: HelP BoT
Post by: 6Marilyn6Manson6 on 16 August, 2006, 17:56:34
Quote from: bastya_elvtars on 16 August, 2006, 16:51:03
Damn, you were faster. :-P

LOL