hello, im working on my own project using the sierra template and while creating the main enu i've run into a problem
I can't get the second "load" button i made to reload the saves
Code: ags
how can I get it to load the first slot? I tried putting int 1 but that didn't anything
I can't get the second "load" button i made to reload the saves
function btnLoad2_OnClick(GUIControl *control, MouseButton button)
{
RestoreGameSlot(0);
}
how can I get it to load the first slot? I tried putting int 1 but that didn't anything