======Load Data====== ---- Loads custom data from a file that was previously saved using the [[Save Data]] function. If the data was saved with a password, it must be provided when loading it. The function returns the value that was stored in the file, which can then be stored into a variable or property. For more information on using data files, check out [[https://youtu.be/TYr246Xhsvw|Slayer's tutorial on YouTube]]. ====Signature:==== load_data(filename, password) ^Argument^Description^Type^Required^ |filename| |[[String]]|Yes| |password| |[[String]]|No| ^Return Value^Description^Type^ |Data|Returns the data that was stored in the file.|Varies| ====Example:==== //Results:// Use the **Load Data** function to... ---- ====Editor Node:==== {{:load_data_node.png?nolink|}} ~~NOTOC~~