I just have an idea that you can convert the code you've shown here into something as such:

Code:
on *:TEXT:!bar:#: { 
  msg # $nick $+ , welcome to Bullets Bar! Here are what we have on the menu today:
  var %m = !Beer !Coffee !Nuts !Haribos !Water !Coke !Pepsi !Cola !Chips !ChickenWings !Pizza !desserts
  var %x = 1 | while $gettok(%m,%x,32) { inc %x | msg # 4 $+ $v1 }
} 

Last edited by Tomao; 04/11/08 07:19 AM.