Jump to content

Question

Posted

The players' variables and switches are being stored on server close or not?

so they willl be the same when the player logins again or the server opens again?

3 answers to this question

Recommended Posts

  • 1
Posted

Yes everything you will change with the editor will be save in the data base soon as you save it. The client have a auto-save feature which will save everything who is related to the players (progression, stat, variable, position...) every two minutes. The auto-save will start too when the player will close the client.

 

The only wait to "don't save" the player variable would be to create an event which will set all the variable to 0 and run it every player connection.

×
×
  • Create New...