Is there a special editor I need to be using to write scripts for ATTAC? I have tried using note pad in
windows to modify an existing script so that it moves shields instead of product. Problem is that when I save it, it has moved all the code to one line.
Notepad should work, unless you're editing scripts that were made in unix first and are having trouble with the end-of-lines problem (ie, windows uses 2 bytes for the EOL where unix only uses 1).
I tend to use Wordpad in those cases, so give that a try.