egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Help modify script

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Scripting Help
View previous topic :: View next topic  
Author Message
cache
Master


Joined: 10 Jan 2006
Posts: 306
Location: Mass

PostPosted: Sat Jun 02, 2007 1:41 am    Post subject: Help modify script Reply with quote

Can anyone help me add this:
Code:
   foreach t [utimers] {   if [string match *Madlib* [lindex $t 1]] { killutimer [lindex $t end] } }


In to this line:
Code:
   if {$Madlib(extended) >= $Madlib(extend)} { putserv "privmsg $c :Not enough players in this round...minimum of 3 players required...ending game.." ; set Madlibforthisroundflag 1 ; set nextMadlib 1 } }


I try this but it crahes
Code:
   if {$Madlib(extended) >= $Madlib(extend)} { putserv "privmsg $c :Not enough players in this round...minimum of 3 players required..ending game.." ; foreach t [utimers] {   if [string match *Madlib* [lindex $t 1]] { killutimer [lindex $t end] }  }
Back to top
View user's profile Send private message
nml375
Revered One


Joined: 04 Aug 2006
Posts: 2857

PostPosted: Sat Jun 02, 2007 9:53 am    Post subject: Reply with quote

Try splitting it up on multiple lines, like this.
Code:
if {$Madlib(extended) >= $Madlib(extend)} {
 putserv "privmsg $c :Not enough players in this round...minimum of 3 players required..ending game.."
 foreach t [utimers] {
  if [string match *Madlib* [lindex $t 1]] {
   killutimer [lindex $t end]
  }
 }
Now it's quite easy to see that you're lacking one } in the end. Add it, and your code should be fine.
_________________
NML_375, idling at #eggdrop@IrcNET
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Scripting Help All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber