Why does this simple utility script produce errors?
Hi, Im just starting out with maxscript. Can someone explain to me why this utility script produces errors when ran:
utility drawBox "Draw a Box :D"
(
newsox = box width:20 length:20 height:20
)
error:
-- Syntax error: at =, expected name
-- In line: newsox = b
any help i can get to understand this simple bit of code would be fantstic!!
Thanks
Comments
utility drawBox "Draw a Box
my recent MAXScripts RSS (archive here)