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.

Search found 2 matches

by jonathan3061
Mon Apr 16, 2007 3:55 am
Forum: Scripting Help
Topic: adding another arg to existing script
Replies: 3
Views: 2981

anyone :roll: :?:

:D
by jonathan3061
Tue Apr 10, 2007 1:26 pm
Forum: Scripting Help
Topic: adding another arg to existing script
Replies: 3
Views: 2981

adding another arg to existing script

i currently have this piece of script: proc war_addmatch {nick uhost handle channel arg} { global war_privchan war_counter war_authsys botnick war_playernumber war_trigger set channel [string tolower $channel] if {$channel==$war_privchan} { if {(![matchattr $handle V])&&($war_authsys==1)} { ...