Jump to content
Crimson Mage

Find variable names of the USS Liberty parts

Recommended Posts

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

i guess op wants to get the class names but not the variable names...

Share this post


Link to post
Share on other sites

 

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

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.

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×