Christ. Seriously? Dang it XD Now I feel REALLY silly. Well, I guess I should edit the tokenizer thing to kill "\n"s or something.

Although, it looks like there WAS a bit of a coding error. I seem to be using an outdated function for script_file. There are two, actually. The other contains an if statement that reads through to the newline char if the br3 character isn't a newline already. This, however, is only for the function that singley loads a vector. Effectively, this additional readthrough killed all newline issues. The verb script was using the function that loaded two vectors. So I guess I'm still an idiot but not simply because I can't format stuff right!