Character:save

From Nutscript Developer Wiki
   Character:save(callback)

This function saves the character's information to the server. This only saves the variables that pre-defined in the character library. This function won't save any value that isn't registered in the framework. To save your values, use character:setData() or make your own custom script for that.

Arguments[edit]

Return Values[edit]

  • Function callback

Examples[edit]

none