Skip to content
MSN

help for scripting

A TG007 community discussion started by swinOner.

Discussion 3 posts
Page 1 of 1
Open
Topic #1992 · 3 published posts · 490 views

i need help for create a code of scripting.. for me is hard and i hope that you can help me..

 

the idea is halt aoplist.ini in a specific room.. the script "aop" have the option halt but.. is for all rooms i need that halt aoplist.ini in a specific room.

 

the code of aop for halt aoplist.ini is this..

 

.Aop on: set %Aop on | msg $chan -=-[Aop Status Change Enabled]-=-

.Aop off: unset %Aop | msg $chan -=-[Aop Status Change Disabled]-=-

.-

 

if ($nick == $me) || (%Aop != on) halt

if ($readini(aop.ini,Aop,$address($nick,1)) != $null) && ($me isowner $chan) {

 

my problem is halt aoplist.ini in specific room plz help me with this script file..

i hope can help me

 

.Aop on: set %Aop on | msg $chan -=-[Aop Status Change Enabled]-=-
.Aop off: unset %Aop | msg $chan -=-[Aop Status Change Disabled]-=-
.Aop off (Channel):  set %noaopchan $?="What Channel to Disable?" | msg $chan -=-[Aop Status Change %noaopchan Disabled]-=-
.-

if ($nick == $me) || (%Aop != on) || ($chan == %noaopchan) halt
if ($readini(aop.ini,Aop,$address($nick,1)) != $null) && ($me isowner $chan) {

Edited Nov 25, 2004 10:43 AM by Rudeboy

lol nice nick ^^^^^

 

woot_jump.gif