View Single Post
Nextra
Veteran Member
Join Date: Apr 2008
Location: Germany
Old 04-12-2009 , 16:15   Re: BS Creator
Reply With Quote #9

Instead of the copy-back stuff with format you could (or even should?) format the menus as followed:

PHP Code:
new menu[512], iLen 0;

iLen += formatexmenu511"This is a nice heading\n\n" );

iLen += formatexmenu[iLen], 511 iLen"1. I'm a first choice\n" );

iLen += formatexmenu[iLen], 511 iLen"2. I'm a second choice!!!\n" ); 
__________________
In Flames we trust!

Last edited by Nextra; 04-13-2009 at 06:06.
Nextra is offline