i have a bit of a drawn out method but it works for me
open script, click alt + p to load popups then look for the following code
.&Emoticon Flood Protection ( $+ $group(#emotfloodkick) $+ )
..&On: {
.enable #emotfloodkick
msg # Emoticon Flood Kick Enabled
echo -s 11Emoticon Flood Kick Enabled
}
..&Off: {
.disable #floodkick
msg # Emoticon Flood Kick Disabled
echo -s 11Emoticon Flood Kick Disabled
}
Replace that with the following
.&Emoticon Flood Protection
..%emotflood: { if ($group(#emotfloodkick) == on) {
.disable #emotfloodkick
%emotflood = Turn on Emotion Flood Kick
msg # Emoticon Flood Kick Disabled
echo -s 11Emoticon Flood Kick Disabled
}
else { .enable #emotfloodkick
%emotflood = Turn off Whisper kick
msg # Emoticon Flood Kick Enabled
echo -s 11Emoticon Flood Kick Enabled
}
}
do the above in popups then go to variables do type in the following
%emotflood Turn off emotion flood kick
Chances are there is a slightly easier way but thats using my coding
Also - make sure the relevent script is loaded for this to work (miscprots.mrc)
If this doesnt work - let me know and ill look at something else for you