ID:171035
 
I have a question, how do you display the contents of a list? I'm creating a menu, and I need to do this in this order.

1.)Create the Menu

2.)Read the .sav file and display the "Names" of the players found in the .sav file. Edit: and nothing BUT the names.

3.)add the "Create a character" button

4.)add the "Delete a character" button.

5.)Add the Cancel button

6.)After you choose, click the "Ok/Confirm" button at the bottom. Then the character loads, yaddi yaddi blah blah...
You should check out Deadron's character handling demo to get you started.

What sort of menu are you creating.? Deadron's demo uses input() which is primitive, but works solidly. you could also do it with browser windows or HUD displays.