View Single Post
  #3  
Old 03-15-2021, 01:28 PM
Bytebait
Sarnak
 
Join Date: Oct 2014
Location: Colorado
Posts: 74
Default

Quote:
Originally Posted by Splose View Post
Code:
my $target = $client->GetTarget();
my $target_level = $target->GetLevel();
You also need to make sure that you have the item connected to a script.
Right on! That worked. Thank you.
Reply With Quote