Removing Object from List

General Injection issues

Moderators: Murderator+, Murderator

Post Reply
joemclutz
Posts: 3
Joined: 2005-01-28 13:35:09
Location: Italy
Contact:

Removing Object from List

Post by joemclutz »

Hi!

Is there any way for removing one or more objects in Injection's Object List from script? (the opposite of UO.AddObject() )

Thank You!
Joe
Everix
Posts: 40
Joined: 2008-02-08 18:38:55

Post by Everix »

meybe?
use addobject, then get id of that object, and then ignore it?

If i understood right!
joemclutz
Posts: 3
Joined: 2005-01-28 13:35:09
Location: Italy
Contact:

Post by joemclutz »

First of all, thanks for your reply.

No, I do really need to delete the object entry from the list of objects you can see in the "Objects" TAB: just like when you click on "Delete" button after you selected one object.

Thanks.
Joe
Successful
Posts: 174
Joined: 2008-12-13 00:00:15

Post by Successful »

injection.xml
joemclutz
Posts: 3
Joined: 2005-01-28 13:35:09
Location: Italy
Contact:

Post by joemclutz »

Successful wrote:injection.xml


...from within an Injection macro...
Post Reply