View Single Post
  #2  
Old 06-15-2010, 01:02 AM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,449
Default

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.
Reply With Quote