menu question for botman -
06-07-2004
Hi botman,
I am coding for Natural selection and when I use your standard menu func:
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";
It displays in-game like this:
[HiveMinD Menu] [1] Add a bot [2] Add 8 bots [3] Add 16 bots [4] Cancel
[1] Add a bot [2] Add 8 bots [3] Add 16 bots [4] Cancel
[2] Add 8 bots [3] Add 16 bots [4] Cancel
[3] Add 16 bots [4] Cancel
[4] Cancel
! Please Help ! Right now I am using it all on one line:
[HiveMinD Menu] [1] Add a bot [2] Add 8 bots [3] Add 16 bots [4] Cancel
|