sk68 commented on a Page, Idle-op  -  Jul 12, 2010

usually not a good habit to use multiple text (or any) events on the same script, they can clash :)

on *:TEXT:*:#:{ 
if ($1 == !warn) { 
if ($2 == on) { ... }
elseif ($2 == off) { ... }
} 
else { ... }
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.