the script is basically like this right now
Code:
ON *:TEXT:*throw*:#:{

  if ($2 == elephant ) { msg $chan thats impossible !!! | halt }
  if ($2 == ball ) { msg $chan throws ball | halt }
   }



how can i make so i can use different 'throws'

like:
Code:
  if ($2 == elephant | ship | buffalo | etc ) { msg $chan thats impossible !!! | halt }