In order to make a usable nani script file, each line aside from comments must be prefixed with a command such as @char or marked as dialogue. In order to avoid having to reformat scripts by hand, I wanted to create a tool to create a new nani file including commands without wasting time reformatting.
I have the file being read and it recognizing each line. Next will be separating each part of a line for the sake of knowing where to place commands.
I learned more about converting to custom file types.