Hey all, I'm repeatedly getting trouble using the Walls API, it claims I'm using an unexpected identifier. I'm literally just copy pasting from what I've been given using the DPS 2 software on steam. I don't see the actual problem, so I have no idea on how to fix it. I'll post a short blurb of the code so you can get a general idea of what's happening: !walls begin !walls viewbox 5600 4000 !walls strokecolor #ff0000 !walls fillcolor transparent !walls strokewidth 3 !walls moveto 700 800 !walls curveto 700 800 700 800 700 1049.394 !walls moveto 700 1149.394 !walls curveto 700 1149.394 700 1149.394 700 1649.394 ... And So on, until... !walls end Any clues as to what's incorrect? It's 450 lines of code as well, if the size is a problem. Thanks in advance!