im looking to make a script that will fit in with another,
basically what i want to do is
- Clear All The Teams So then people can add again, basically whipe it clean
This is the teams script
on *:TEXT:!teams:#: {
if (%bot.status == on) && ($nick isop $chan) {
if (%cup.teams == 2) { msg $chan 15,1[4» 14± 0Current Teams In Cup Are: %team1 $+ - $+ %team2 14± 4«15] }
if (%cup.teams == 4) { msg $chan 15,1[4» 14± 0Current Teams In Cup Are: %team1 $+ - $+ %team2 $+ - $+ %team3 $+ - $+ %team4 14± 4«15] }
if (%cup.teams == 8) { msg $chan 15,1[4» 14± 0Current Teams In Cup Are: %team1 $+ - $+ %team2 $+ - $+ %team3 $+ - $+ %team4 $+ - $+ %team5 $+ - $+ %team6 $+ - $+ %team7 $+ - $+ %team8 14± 4«15] }
if (%cup.teams == 16) { msg $chan 15,1[4» 14± 0Current Teams In Cup Are: %team1 $+ - $+ %team2 $+ - $+ %team3 $+ - $+ %team4 $+ - $+ %team5 $+ - $+ %team6 $+ - $+ %team7 $+ - $+ %team8 $+ - $+ %team9 $+ - $+ %team10 $+ - $+ %team11 $+ - $+ %team12 $+ - $+ %team13 $+ - $+ %team14 $+ - $+ %team15 $+ - $+ %team16 14± 4«15] }
}
Well. tbh im a little lost as im not very good at it all, This it what i have so far
on *:TEXT:!clearteams:#: {
if (%bot.status == on) && ($nick isop $chan) {
msg $chan 15,1[4» 14± 0All Teams Have Now Been Reset 14± 4«15]
}
As you can see not alot
