ok so there it is

on *:TEXT:!choose*:#veildice {
if (!$2) { notice $nick Invalid format. Use: !choose 1/2/3 | halt }
set %choose %2
msg $chan player chose $2 }

if player types !choose 4 massage comes player chose 4
i wan to let him only choose 1 2 or 3
like if he types !choose 4 nothing happens
but if hy types !choose 1 2 or 3
massage comes player chose 1/2/3
please help me smirk