The lock command doesn't take any arguments, and the select command only takes ONE object argument, so I'm not sure how to do this. The following code locks only Earth ...
Code: Select all
select { object "Sol"}
lock {}
select { object "Earth" }
lock {}
Thank you!
-Don