Save Action
Description
Saves a value to a file with the given tag.
All Save Actions begin with the name ‘Save’, followed by the type of data it saves (for example, Save String, Save Vector3 Array).
Parameters
[table th=”0″]Save Value,”The FSM Variable we want to save.
Tag,”A name we will use to uniquely identify this piece of save data.”
Filename,”The file we want to save our data to, or create if the file doesn’t already exist.”
Encrypt,”Whether we want to encrypt our data.”
Encryption Password,”The password to use to encrypt our data if encryption is enabled.”
If Error,”An FSM Event to call if an error occurs.[/table]