Results: 1Comments by: gameleon
File: StrudelStore07-20-10
Originally posted by Auren func...
Posted By: gameleon
Originally posted by Auren function updateDropDownFood() if FoodRank == 1 then UIDropDownMenu_SetSelectedID(DropDownMenuFood, 1); end wouldn't it be easier just to use UIDropDownMenu_SetSelectedID(DropDownMenuFood, FoodRank ); Thank all the ifstatements. I don't know if its not possible, which is why it was made like...