Re: Creating a save file in BGT

Ah, yes, I see your problem. Now this is whare we start running into issues. You need a load map function, as followed
void load_map(string load)
{
if(load=="cortyard")
{
cortyard();
}
}
and on and on, just keep adding those statements.
So
if(menu_result==2)
{
load_data();
load_map(location); // change location to what ever variable saves the map.
}
Hope this helps.

_______________________________________________
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : stefan_ilioaica via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : CAE_Jones via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : samtupy1 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : samtupy1 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Genroa via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : stefan_ilioaica via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : stefan_ilioaica via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : samtupy1 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : stefan_ilioaica via Audiogames-reflector

Reply via email to