/help $iif
If you're going to put it into a menu, you'll want to use $iif.
menu nicklist {
$iif($1 == whatever,Show this menu option):Do this
}
Note that you can leave off the "false" part like I did if you don't need it to do something when it's not true.