I want to create a spreadsheet for my game that contains all the characters' names, levels, stats, and such.
It will be a spreadsheet containing several sheets (this way I have only one file to edit externally). Right now I only have one sheet with the names of each character, levels, hp, and mp. In the event editor, I created the event:
Start of frame
<Array Object> - Load array from "Characters.xml".
Nothing is in the array when I run it. I tried .xml, and .csv. I know Arrays can only contain either strings or values, but I was going to use Str$( ) conversion for the values.
Could anybody help me figure this out?