mIRC Home    About    Download    Register    News    Help

Print Thread
#129105 02/09/05 02:36 PM
Joined: Jul 2005
Posts: 19
E
encom Offline OP
Pikka bird
OP Offline
Pikka bird
E
Joined: Jul 2005
Posts: 19
on 1:TOPIC:*:{
/timer1 1 1 /topic #rove 0,1[ * 10* 4* 10ROVE 4|0 Welcome to 10#rove1 4|0 News: Currently building up the team 4|0 Statement of 10#rove0 soon online 4| 10ROVE 4*10 *12 0* ]
}

But if someone's changing it, then im changing the topic.

And then my script regonize me as a topic changer, so after and after it's changing the topic!

can someone help me/re-script it for me?

Thanks!

Joined: Aug 2005
Posts: 39
B
Ameglian cow
Offline
Ameglian cow
B
Joined: Aug 2005
Posts: 39
on ^1:TOPIC:*:{
/timer1 1 1 /topic #rove 0,1[ * 10* 4* 10ROVE 4|0 Welcome to 10#rove1 4|0 News: Currently building up the team 4|0 Statement of 10#rove0 soon online 4| 10ROVE 4*10 *12 0* ]
}

or

on 1:TOPIC:*:{
if ($nick != $me) {
/timer1 1 1 /topic #rove 0,1[ * 10* 4* 10ROVE 4|0 Welcome to 10#rove1 4|0 News: Currently building up the team 4|0 Statement of 10#rove0 soon online 4| 10ROVE 4*10 *12 0* ]
}
}

Joined: Jul 2005
Posts: 19
E
encom Offline OP
Pikka bird
OP Offline
Pikka bird
E
Joined: Jul 2005
Posts: 19
Quote:
on ^1:TOPIC:*:{
/timer1 1 1 /topic #rove 0,1[ * 10* 4* 10ROVE 4|0 Welcome to 10#rove1 4|0 News: Currently building up the team 4|0 Statement of 10#rove0 soon online 4| 10ROVE 4*10 *12 0* ]
}

or

on 1:TOPIC:*:{
if ($nick != $me) {
/timer1 1 1 /topic #rove 0,1[ * 10* 4* 10ROVE 4|0 Welcome to 10#rove1 4|0 News: Currently building up the team 4|0 Statement of 10#rove0 soon online 4| 10ROVE 4*10 *12 0* ]
}
}


Thanks!


Link Copied to Clipboard