Bandit commented on a Page, Slap Revenge  -  Mar 24, 2006

Hey nice script, it\'s always nice to see new scripters around. But here\'s a suggestion for you: say for instance someone says \"/me slaps \" yes, the script would then activate. But, if someone said \"/me slaps stupid-head with a nuclear missle, then the script would not activate, because the $2 is not the nick, it\'s the word \"stupid-head\" So, to fix this, we could do:

if ( $me isin $1- )

so, replace the if ($2 == $me) with ( $me isin $1- )

That way, if your nick is found anywhere in the action \"slaps\", then the script will activate. Hope this helps, and welcome to the world of mIRC Scripting!

--Bandit

 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.