recently when i did !world both the event script and pc script replied but now i can set the event, but not view it
and the pc script works fine.
;!---------PC script ------------!;

on *^1:TEXT:!setworld*:#: {
if (($nick isreg $chan || $nick isvoice $chan )) { halt }
else set %rank $2-
msg $chan The current world has been set : %rank .
}
on $^1:TEXT:/^!(pcw|world)/iS:#:{
if ($nick ishop $chan) || ($nick isop $chan) || ($nick isvoice $chan) /notice $nick 8,2The current world is %rank
else /notice $nick voice or higher only
}


;------------ Event -----------------!;

on *^2:TEXT:!setevent*:#: {
if (($nick isreg $chan || $nick isvoice $chan )) { halt }
else set %event $2-
msg $chan The current event has been set to : %event .
}
on $^2:TEXT:/^!(event|events)/iS:#:{
if ($nick ishop $chan) || ($nick isop $chan) || ($nick isvoice $chan) /notice $nick 8,2the event today is %event
else /notice $nick voice or higher only
}



nvm fixed it.

Last edited by moshkin; 19/11/06 12:46 PM.