Sorry ghanga...   My code was trashed in frustration.  But it was something like
	Code:
	
sub EVENT_ITEM_CLICK {
 $client->SpellFinished(982, $targetid);  
}
			
and
				
sub EVENT_ITEM_CLICK {
 $client->CastSpell(982, $client->GetTarget(),11);  
}
 I guess I was closer than I thought.
Natedog your example was spot on.  Thanks a bunch