HI,
OK, this is probapbly an easy fix however for the life of me I can't figure it out. In the blelow menu script I am trying to create a color menu and the a sub menu of the different kinds of that specific color.
Any help is appreciated. Thanks
_menu, [MENU], Choose an option from the menu
_button, [COLOR], _menu, [COLOR]
_button, [TEXTURE], _menu, [TEXTURE]
_button, OK-EXIT, _end
_menu, [COLOR], Choose an option from the menu\nChange the color of the sofa
_button, White, _menuwhite, [COLOR] ,_end
_button, [MENU], _menu, [MENU]
_menuwhite, [COLOR], This menu
_button, Green, _color, <1.0,0.7,0.5>
_button, Yellow, _color, <1.0,1.0,0.4>
_button, Red, _color, <1.0,0.5,0.5>
_button, White, _color, <1.0,1.0,1.0>
_button, [MENU], _menu, [MENU]
_button, OK-EXIT, _end