So I wanted to add enums for the AI stuff that the other games have (so you don't have to type out skill IDs, affinity flags and what not). But for reasons that escape my understanding, I have not been able to get it to work. Trying to compile anything with them spits out an error I don't understand, and decompiling with them is like it doesn't even exist.
I edited the enum path into the FlowScriptModules.json file and have checked the enums json itself for what feels like a hundred times and I cannot find any obvious errors that would cause this to not work. I've checked the enums stuff for vanilla P5 (as well as the other games that have these enums) just to make sure I am setting it up the same and they look the same to me. So I'm at a complete loss as to whether I'm just doing something wrong or if this just isn't possible for whatever reason.