I want people to be able to customize the controls in my map, and I want it to stay the same if they reload the map, so I've got to use banks.
Problem is that banks can't save all variable types (in this case - Preset, Key type). There is a "convert preset to string" function, but the REAL issue is that there is no "convert string to preset" function. So I have no way of loading them back in.
I want people to be able to customize the controls in my map, and I want it to stay the same if they reload the map, so I've got to use banks.
Problem is that banks can't save all variable types (in this case - Preset, Key type). There is a "convert preset to string" function, but the REAL issue is that there is no "convert string to preset" function. So I have no way of loading them back in.
@LazyCoder: Go
I suggest saving them as string as always and made a custom function(action) to convert them into preset for using
How do I write a function to convert it to a preset? Do I have to use a crapload of case statements?