Hey Tort,
When you export floats with a max like this:
export (float, 20) var my_float = 10
there will be a HSlider.
If you export a string you can create a Dropdown selection button by adding some strings:
export (String, "Fire", "Water", "Earth") var y = "Fire"
If that's not what you meant look here.
Good Luck!