I'm trying to get the Entity ID of the Corporate Hanger around in my Corps POS. Put I can't seem to find it. Note, that the POS has 2 Corporate Hanger Arrays. Any help would be great!
function main()
{
variable index:entity Entities
variable iterator Iter
EVE:QueryEntities[Entities]
Entities:GetIterator[Iter]
if ${Iter:First(exists)}
do
{
echo "${Iter.Value.Name} - ${Iter.Value.ID}"
}
while ${Iter:Next(exists)}
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.