Open X-large ship assembly array

Lunatic

Active Member
how to do it?
for example Corporate Hanger Array:
Code:
if ${CorpHangarArray.IsReady[TRUE]}

call CorpHangarArray.Open ${CorpHangarArray.ActiveCan}
how to do the same with X-large ship assembly array ?
 

GliderPro

Active Member
I need the type, typeid, group, groupid, and container size.
Lunatic, To get this go sit in space next to the XL array and type the following in the console.

Code:
echo ${Entity["name of array as shown on overview"]}
echo ${Entity["name of array as shown on overview"].Type}
echo ${Entity["name of array as shown on overview"].TypeID}
echo ${Entity["name of array as shown on overview"].Group}
echo ${Entity["name of array as shown on overview"].GroupID}
Paste the results here...
 

evepilot

Member
echo ${Entity[GroupID,397]:OpenCargo}
But opens as Floating Cargo.

CCP can monitor this and ban?
 
Last edited:
Top Bottom