Hi friends

I have a A* path calculation in the beginning of my level to compute pathfinding paths. George's AUM back in the day made a TXT file that was loaded to speed up the level loading.

Is there a way to save the contents of an array into a WRS file, and then copy this array into another? I can do the mem_copy stuff i think, But how do I save a big array into a seperate file, that cant be opened like a TXT file?