I want players to see all thier saved characters when they loadcharacter.Then they can select anyone of those save characters to play as.
ID:156950
Jun 25 2010, 12:30 pm (Edited on Jul 1 2010, 12:35 pm)
|
|
Jun 25 2010, 3:09 pm
|
|
Add a good ol'
|
Guess I'll delete this post since you wanted to hide your code for some reason, makes no sense, someone else could have learned in this situation.
.> |
In response to Vector2
|
|
I know about the fexists() but how do i load all the characters the player has created into one menu without using slots.Furthermore, I want no more than 3 character save files.
|
In response to NightSparta
|
|
Save a list of character names, and save each character under its name. You can load the list, select from it, then load the appropriate character.
|
In response to Garthor
|
|
var/characters[] This is the best i can come up with and nothing works. |