This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Script for Game Kaos.tcl

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
d
demetrius_reis
Halfop
Posts: 42
Joined: Tue Aug 10, 2010 9:54 am

Script for Game Kaos.tcl

Post by demetrius_reis »

hi,
I am with a small problem, script below in annex, I am kaos.tcl, script of gamma-game, it I function perfectly, however he is with a problem, all the users are with access to initiate and to stop the game; In the case it would have to be only owners of bot, but it is not this that is happening… What it can be made? Exists something that can be made?

http://www.megaupload.com/?d=KQHC78VL
User avatar
Trixar_za
Op
Posts: 143
Joined: Wed Nov 18, 2009 1:44 pm
Location: South Africa
Contact:

Post by Trixar_za »

Change:

Code: Select all

bind pub - !kaos KAOS_Start
bind pub - !stop KAOS_Stop
to

Code: Select all

bind pub m|m !kaos KAOS_Start
bind pub m|m !stop KAOS_Stop
Now only bot masters/owners can use !kaos and !stop command.

You can use o|o instead of m|m so ops (@) or higher can use !kaos and !stop in the channel.
d
demetrius_reis
Halfop
Posts: 42
Joined: Tue Aug 10, 2010 9:54 am

Post by demetrius_reis »

ah yes, I understood…
tks friend.

tks!
Post Reply