Crimson Mage 2 Posted April 21, 2019 I'm having difficulty finding the variable names of the USS Liberty parts. I'm trying to attach all the parts to another object, but I cannot find the names of the components of the liberty. How could I find the variable names? I found the class names though: Land_Destroyer_01_Boat_Rack_01_Base_F Land_Destroyer_01_Boat_Rack_01_F Land_Destroyer_01_hull_01_F Land_Destroyer_01_hull_02_F Land_Destroyer_01_hull_03_F Land_Destroyer_01_hull_04_F Land_Destroyer_01_hull_05_F Land_Destroyer_01_hull_base_F Land_Destroyer_01_interior_02_F Land_Destroyer_01_interior_03_F Land_Destroyer_01_interior_04_F Share this post Link to post Share on other sites
stanhope 411 Posted April 22, 2019 You can use vehicleVarName and setVehicleVarName Share this post Link to post Share on other sites
sarogahtyp 1108 Posted April 22, 2019 i guess op wants to get the class names but not the variable names... Share this post Link to post Share on other sites
Crimson Mage 2 Posted April 22, 2019 1 hour ago, sarogahtyp said: i guess op wants to get the class names but not the variable names... I'm trying to get the variable names so I can attach the freedom parts to another object. Share this post Link to post Share on other sites
pierremgi 4904 Posted April 22, 2019 There is no variable name if you don't name them. If you need the objects, you can try to pick them with something like: myliberty nearObjects 100 select {_x isKindOf "Static"} You can filter more if you need. 1 Share this post Link to post Share on other sites