Quote:
Originally Posted by JimmXinu
Once you've got this all working to your satisfaction, if you'd be willing to share it, I'd be interested in posting on the project wiki as an example for others.
|
I can do that. I've almost got it how I want it.
However, it occurred to me that I might have problems if the character or ship contained parenthesis. So I'm trying to figure out what I want to change it to. For example there is a character that I renamed as Gollum (Smeagol) as the character has two valid names.
The only symbols I can think to use aside from ( ) are [ ], { }, < >. I know that [ ] has special meaning in Python. But does either { } or < > have any special meaning in Python?