Message 1 of 2
Maxscript Beginner questions
Not applicable
01-07-2011
05:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone, I'm new to Maxscript and have some (hopefully) easy questions that need answering.
1. I was following a tutorial online (http://knol.google.com/k/introduction-to-maxscript#) and used this code:
macroScript HelloWorld category:"DAE"
(
MessageBox "Hello World"
)
The tutorial I was following says I need to drag the script onto the empty toolbar. I created the empty toolbar, but when I tried to drag the script to the empty toolbar (as the tutorial says) I get this error message:
--Compile error: Nested macroScript definitions are not permitted
-- In line: macroScript H
What exactly am I doing wrong?
1. I was following a tutorial online (http://knol.google.com/k/introduction-to-maxscript#) and used this code:
macroScript HelloWorld category:"DAE"
(
MessageBox "Hello World"
)
The tutorial I was following says I need to drag the script onto the empty toolbar. I created the empty toolbar, but when I tried to drag the script to the empty toolbar (as the tutorial says) I get this error message:
--Compile error: Nested macroScript definitions are not permitted
-- In line: macroScript H
What exactly am I doing wrong?
