I don't know when it stopped working... some of my other scripts are fine, but this is definitely a thing:
string[string, string, string] dattxt;
file_to_map("data/familiars.txt",dattxt);
string[string, string, string] famtxt;
file_to_map("familiars.txt",famtxt)...