Guys i want to make a RPG but i want to know how to make save systems. I'm not well adepted at working with triggers but i really needed someone to explain me how to do that save systems that the great RPGs have!
Its very hard to explain how to make a save system. But the you save your hero it look at what number of hero you want to save. EX:
For each Interger A 1 to 12 (how many hero you can save) If (hero you want to save) equal to Integer A then: Set SaveCode: SaveCode + HeroCode[Integer A]
and bla bla bla! Go and download my map: EZ Save/Load code 5, The link is below.
The Trigger is very advanced, so if you dont understand the go to Map section and search: Save/Load and you will find my map EZ Save/Load Code 1 and EZ Save/Load Code 2, the trigger in these maps is very easy.
well basicly once you make a char map, you gotta make conversion functions, like integer to code and item to code and so on... remember that to make it hack proff use extra chars to store information about the code.