Advertisement
Guest User

Untitled

a guest
Mar 13th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. buffer_async_group_begin("demetriossaves");
  2. buffer_async_group_option("showdialog", false);    // Stop platform dialogues appearing for this auto-save
  3.                                               // (if you do this your player won't be able to select a slot manually)
  4. buffer_async_group_option("savepadindex", 0);
  5. buffer_async_group_option("slottitle", "Slot " + string(slot));    // Set the title of the slot we're going to save into
  6. buffer_async_group_option("subtitle", "Demetrios Save " + string(slot));   // Set a subtitle that's visible in the PS4 UI
  7.  
  8. global.savebuff = buffer_create(1, buffer_grow, 1);
  9.  
  10. ini_open_from_string("");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement