From Wiki
General AML Command section contains the attributes commonly used in each Major Command script. It allows you to create any display name for the right-click menu and locks any command from interfering with another.
| Attribute |
Description |
Setting |
| DisplayName (ex. Idle Command) |
Users may see the name you set in this field when "RightMenu" is set to "TRUE". |
Data Type: CDATA |
| ShareType New for iClone4 |
You may define whether this command will be shared with others. Private: Only object itself can use this command. ChildOnly: Only the child can use this command. ChildShare (default): Object itself and the child object can use this command. ParentOnly: Only the parent object can use this command. ParentShare: Parent object and object itself can use this command. All: Parent object, object itself and child object can use this command. |
Data Type: ENUM Default: ChildShare |
| RightMenu (ex. Idle Command) |
When this field is set to "TRUE", the name defined in the "DisplayName" attribute shows in the right-click menu. If none of the command display has been set to true, then none of the major commands will be shown in the right-click menu. |
Data Type: BOOL Default: TRUE |
| LockMove (ex. Idle Command) |
This attribute denies any interruption from Move command while the selected command is in progress. |
Data Type: BOOL Default: FALSE |
| LockOperate (ex. Idle Command) |
This attribute denies any interruption from Operate command while the selected command is in progress. |
Data Type: BOOL Default: FALSE |
| LockPerform (ex. Idle Command) |
This attribute denies any interruption from Perform command while the selected command is in progress. |
Data Type: BOOL Default: FALSE |
| Default Transition |
The transparency rectangle between two animation clips in iClone's timeline. This attribute is used for the two clips to blend in smoothly.
| Data Type: INT Default: 200 Max: inf. Min: 0 |
Reference Tutorial:
Avatar Attack,
Elevator Up Down and
Stationary Rotation