General Injection issues
Moderators: Murderator+ , Murderator
joemclutz
Posts: 3 Joined: 2005-01-28 13:35:09
Location: Italy
Contact:
Post
by joemclutz » 2009-05-11 11:00:22
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 » 2009-05-11 16:43:50
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 » 2009-05-11 18:17:45
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
joemclutz
Posts: 3 Joined: 2005-01-28 13:35:09
Location: Italy
Contact:
Post
by joemclutz » 2009-05-11 19:53:09
Successful wrote: injection.xml
...from within an Injection macro...