Let me elaborate.
What I am trying to do is. 
	Code:
	sub EVENT_DISCOVER_ITEM
	{
	
		quest::shout2("$name has discovered $discovereditemid");
		
		}
 something simple like that, where I can have it when someone discovers ANY item, it will shout worldwide and give the link of the discovered item, I'm not sure how to incorporate this, I have it semi working as in, when someone discovers an item is shouts "$name has discovered" Usually I can figure this stuff out on my own, but i'm at a loss.