Adding Text

Hey Everyone,

I am writing a simple script with "Text" but am having trouble creating the actual text that I want. I always seem to get the default Max Text created at my desired position. I tried to use the Macro Recorder, but you don't actually see the code for the user entered text. It simply uses whatever text is in the Text box.

So, for example, what do I need to add to the script below to have it write "Hello"

text name:"Hello" pos:[0,0,0]

Thanks!

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
eliscio's picture

Seek and ye shall find: Text

Seek and ye shall find:

Text size:1 text:"Hello!"

Of course I found it on this forum in someone else's script :-)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.