Also, whenever you see MORE_PART#, that means you can put a list of as many numbers as you want. If it just says PART# then you can only have 1 number in there.
Tip: When you want to list parts in the AI code, do so by separating the numbers with commas. Like so:
rotatePartToShip,3,4,5,6
In the helper code, the parameters surrounded in square brackets are meant to be replaced (remove the square brackets). The square brackets are a way of saying [THIS_THING_IS_OPTIONAL]. So, either remove them entirely or replace them. If you want to list multiple things, do so with commas.
So, for example:
>>> rotatePartToShip, PART#, [MORE_PART#]
MD
2013-01-28 18:09