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)
ID:2040926
Feb 20 2016, 10:04 am
|
|
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 version client |
I don't think that will work though.