1
Help / Re: Question about master mods folder access, if this is possible
« on: September 28, 2024, 10:19:36 pm »
I see, that helps, thanks
by the way, the arrays accept a single reference after testing. This throws no errors:
Still didn't kill anyone to see if it will drop a runtime error, though
by the way, the arrays accept a single reference after testing. This throws no errors:
Code: [Select]
deathMale: [{ mod: x-com-files, index: 41, 42, 43, 135, 136, 137, 138, 139, 140, 141}]
deathFemale: [{ mod: x-com-files, index: 44, 45, 46, 160, 161, 162, 163}]
panicMale: [{ mod: x-com-files, index: 701, 702, 703, 704, 705, 706, 707, 708, 709}]
panicFemale: [{ mod: x-com-files, index: 731, 732, 733, 734, 735, 736, 737}]
berserkMale: [{ mod: x-com-files, index: 801, 802, 803, 804, 805}]
berserkFemale: [{ mod: x-com-files, index: 831, 832, 833}]
Still didn't kill anyone to see if it will drop a runtime error, though