Menu - Back Choice (SOLVED)

Hello all :)

So I have a menu which is my character creator. I'd like to add a "back" choice to it which will recall the previous menu choices but I'm not sure how to do that logically. For example, this is the code for advancing to the next menu options...

list remove (game.ccreation, "Parent History")
list add (game.ccreation, "Family Reputation")
ClearScreen
CharacterCreation1

So would I do something like this if someone hit the "back" choice?

list remove (game.ccreation, "Parent History")
list add (game.ccreation, "Stats")
ClearScreen
CharacterCreation1

((Stats is the previous menu))

Or would that cause an error?

UPDATE:
This is how you do it :) There was no immediate error that I noticed right off the bat. I'll update this, if it does happen.

UPDATE: Turns out if you have stat increases per choice then the game will stack them I think. I didn't take that into account. But if all your stats happen at the end of the creation process, I don't see this method being a problem.

Anonynn.


This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums