ok, so i want to use an item on this object/entity.
so i select the item, all g, mouse moves to thing it should use it on
then spazes out like there's no tomorrow.
i even tried to use, mouseClick and the location of the entity/object but it refuses to click on it.
using NPC,Object,Item debuggers show nothing for this object.
only the entity debugger gives me a big ID.
using the string name or ID as
Entity z = closestObjectForName/ID(Name/ID);
z.interact("Use")....
mouse selects item, goes to the entity and does nothing...
halppp....