You can use this ComboBoxes to make like a drop down list and dependant on what the user selects any function can be invoked for examples, A user selects Freeze and lives are frozen or he selects Unfreeze.
	You can control currently on using Hotkeys,Timers,Buttons I will add the ability for other stuff later
	ComboBoxes are new to GTS so they are still experimental but they are good enough for release
	All you need to do is look at the examples I have included
	To See How Combos work open the Combo example project "Projects\! Examples\Custom Code\CC - ComboBox Example"

This function will be improved later but for now it's good enough and most important = It works