View Single Post
  #1  
Old 08-27-2009, 08:21 PM
realityincarnate
Developer
 
Join Date: Dec 2007
Posts: 122
Default

The quest::varlink command should do what you want. Just use it in place of itemlink.
Code:
my $artifact = quest::varlink(item_id);
Reply With Quote