okay, sooo... UOSteam may be able to do something like what you're talking about, but I don't know it that well...
BUT, this is easily achievable in EUO, though
not exactly what you're asking for *** edited this to make it more coherent
more stuff to read:
http://wiki.easyuo.com/index.php?title=LObjectID
http://wiki.easyuo.com/index.php?title=LObjectTypeSo... the easiest way to find this stuff is by having EUO open (if running multiple clients make sure its set to your current char)
then in UO, dbl click the item you want to find the objectid/objecttype of and record the value posted on the right side of the EUO interface (you can left click once on the line you want and then copy that value)
then insert the 2/3 letter object type in the finditem function like this
finditem AAA *
The sample code I gave you before before uses a for loop that will drag ALL stacks of the same objecttype... if you want it to do other things, I suggest you read:
http://wiki.easyuo.com/index.php?title=Documentation#Flow_Controland also reread the links I posted in my first reply