I added a feature to this to be able to get objects by DB id, and objects by entity list ID.
I also added the option of getting the object's entity id.
In addition to the other ways of getting an object, there is now a returned value on CreateGroundObject perl command for entity ID.
This *should* allow people to make permanent fixtures via perl, if they use $object->Save() on a temporarily spawned object. That will give it a DB ID if it has none. Now to have some sort of save return a DB and set it...
Will post a diff soon.
|