Bully-Board

Bully Modding Section => Modding Questions/Help => Topic started by: Ming on October 14, 2022, 02:56:29 AM

Title: Save Data
Post by: Ming on October 14, 2022, 02:56:29 AM
How to use
PlayerSetScriptSavedData()
PlayerGetScriptSavedData()
Title: Re: Save Data
Post by: Altamurenza on October 16, 2022, 11:53:20 AM
PlayerSetScriptSavedData(ID, VALUE)
PlayerGetScriptSavedData(ID) --> returns save data id's value

Be very careful! Messing with save data will probably cause negative impacts to the gameplay.
See derpy54320 thread (https://bully-board.com/index.php?topic=22528.0) and the documentation about them in here (https://bully-board.com/index.php?topic=26026).