8,452
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 345: | Line 345: | ||
* In order to shorten the code you might want to set script objects. | * In order to shorten the code you might want to set script objects. | ||
: The command to create a standard cube is ''CreatePrim | : The command to create a standard cube is ''CreatePrim "Cube", "MeshSurface"'' | ||
: If you use '''''set name = ''''' the cube or other object will be available under that ''name''. | : If you use '''''set name = ''''' the cube or other object will be available under that ''name''. | ||
: Then you can use any valid method or property with that ''name''. | : Then you can use any valid method or property with that ''name''. |
edits