diff --git a/Advanced-Scripts.md b/Advanced-Scripts.md index e0410e9..145a917 100644 --- a/Advanced-Scripts.md +++ b/Advanced-Scripts.md @@ -86,5 +86,6 @@ Here is an example script that... - `Data.remove(key)` removes a key from the data. - `Data.set(key, value)` stores a `value` under `key`. - `Data.isEmpty()` returns true if the data is empty; else false. +- `Placeholder.saveData()` saves the current data state to the data file. // IN PROGRESS \ No newline at end of file