
Originally Posted by
carocrazy132
Unfortunately Divran, I mostly use my ship on spaceage so IsName isn't on there.
as for Rybec, is there an object that controls the atmospher that I could use as this pointer? If I could simply find the distance from the center of the atmosphere using such a point then this solution works great, I would rather not create an object on each planet for this purpose, but it may have to be done.
That's L, not I, in lsName.
I've forgotten what the entity class names are, but yes, the planet atmospheres are entities and you can find them using the find functions. Try something like this to find it:
Code:
@outputs Entities:array
interval(1000)
findInSphere(owner():pos(),1000)
Entities = findToArray()
printTable(Entities)
Bookmarks