ID:2040926
 
So im just wondering if my new group method for this code would work the same as the original code or if it does need the new/obj etc for each one

orginal code
client/New()
..()
new/obj/hud/bg1(src.mob)
new/obj/hud/bg2(src.mob)
new/obj/hud/bg3(src.mob)
new/obj/hud/bg4(src.mob)


new version
client
New()
..()
new
obj
hud
bg1(src.mob)
bg2(src.mob)
bg3(src.mob)
bg4(src.mob)
Why not try compiling it?

I don't think that will work though.
No o.o, not at all. That's not respecting DM syntax, AT ALL.