View Single Post
  #2  
Old 12-30-2012, 02:39 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

i'd start by testing the return value of GetTarget(). this should evaluate to true if you've got anything targeted:

Code:
ref($client->GetTarget()) =~ /Mob/i
if it's false, then GetTarget() isn't returning a Mob object
Reply With Quote