Games automatically use the Files features extension. This extension provides actions and conditions to manage files, and to save and load data from XML Files.
XML is a widespread format used to represent data structure. XML files basically allow you to categorize the value you want to save into groups, which can themselves contain other groups with values.
XML files are written in plain text and you can edit with any text editor.
Actions that allow saving and loading data from XML files work in a similar fashion: first enter the name of the file you want to edit, then choose the group to edit. Groups allow to organize values: each group can have a value and can also contain an infinite number of sub groups. Write the name of the group using slash (/), like this : Hero/Money/Bank Hero/Money/Current CurrentLevel Level1/BestScore Level2/BestScore …