• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Forcing Autosaves on Event Triggers - Doable or not?

1
Posts
6
Years
    • Seen Apr 17, 2018
    Basically the title, I haven't gotten down to any actual code with this idea yet, but I wanted to know if it is possible to force a save without player input with the way Essentials handles saves.
     
    5
    Posts
    6
    Years
    • Seen Apr 24, 2018
    this is quite simple.
    if you want to make an event that saves, first you should simply make an event, and then you add an event command, on the third page on the bottom right you should find a button with: "Script...", if you click it you should get an input box.
    in that box you write:
    pbSave

    and thats it, this will not display any text or give a notification, but it simply saves.

    be sure to say if it works :)

    *note: make sure the "S" in pbSave is a capital letter, if it isn't it will cause an error if the event is played
     
    Last edited:
    Back
    Top