Hey Joanna  Thank you for helping me so far. Yes I did watch the tutorial on bringing objects in however since I am creating this as ademo for management I would like to show off the ability to change the desk size..ect below is the screen shot of the square desk and a shot of what  I am trying to achieve. [ATTACH=CONFIG]26348[/ATTACH]
My code currently
attr Desk_Height =.7
@StartRule
lott-->
 extrude(world.y,Desk_Height)
 desk
desk-->
 comp(f) { side :facade | top : desktop  }
 
desktop-->
 setupProjection(0,scope.xy,'1,'1)
 projectUV(0)
 texture("table_5_v5.jpg")
 
attr legwidthR = .1
attr legwidthL = .3
attr tableTop =.1
facade-->
 split (x) { legwidthR: LeftLeg |~1 :emptyspace |legwidthL : RightLeg}
 
emptyspace-->
 split (y) {~1:NIL |tableTop : bottom}
 
This gives me what I want as Far as Structure but I only need this on  a selected side, not all sides
[ATTACH=CONFIG]26349[/ATTACH]