ID:178633
 
When someone uses a symbol in their name, it crashes the save/load system in my game (comp cannot save files with symbols in file names). I guess I need a way to either get rid of the symbols or loop them back to the input. What kind of tests could I run?
Make sure their names are being run though ckey() before saving.
In response to Ebonshadow
got it, thanks