View Single Post
Re: menu question for botman
Old
  (#3)
Cpl. Shrike
ShrikeBot Coder/Moderator
 
Cpl. Shrike's Avatar
 
Status: Offline
Posts: 550
Join Date: Mar 2004
Location: The Netherlands
Default Re: menu question for botman - 06-07-2004

Quote:
char *show_menu_1 = "[HiveMinD menu]\n [1] Add a bot \n[2] Add 8 bots \n[3] Add 16 bots \n[4] Cancel\n";
Add brackets around it
char *show_menu_1 = {"[HiveMinD menu]\n [1] Add a bot \n[2] Add 8 bots \n[3] Add 16 bots \n[4] Cancel\n"};
Atleast that works for me.
  
Reply With Quote