cdinic
02-08-2003, 01:34 AM
any idea why this script isn't working.. I just want a 200 by 200 plane with 0 segs in it created at 0,0,0
utility box_bend "200 plane"
(
button make_it "Build 200 plane"
on make_it pressed do
(
b = plane
b.width = 200
b.length = 200
b.lsegs = 0
b.wsegs = 0
b.pos = 0,0,0
)
)
Thanks!!
-Chris
utility box_bend "200 plane"
(
button make_it "Build 200 plane"
on make_it pressed do
(
b = plane
b.width = 200
b.length = 200
b.lsegs = 0
b.wsegs = 0
b.pos = 0,0,0
)
)
Thanks!!
-Chris
