ID:142339
 
Code:
        New()
.=..()
overlays+=image(icon=src.icon,icon_state="2",pixel_y=32)
overlays+=image(icon=src.icon,icon_state="6",pixel_x=32)
overlays+=image(icon=src.icon,icon_state="4",pixel_x-=32)
overlays+=image(icon=src.icon,icon_state="8",pixel_y-=32)


Problem description:
it says this : missing expression
whats the prob, and i know its in this part
nvm xD i solved it
In response to Jan90ster9
Irrelevance has me wonder, why do all "super-duper incredibly large code problems" get solved in less than thirty minutes after being posted?

Anyway, since Jan didn't provide the solution, I'll do it in his stead: the problem is that he uses the <code>-=</code> operator when defining an argument, which is wrong syntax-wise.