Thread: Quest Popup
View Single Post
  #5  
Old 03-02-2013, 10:26 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

That code doesn't use Perl at all, it's just constructing data in C++ and sending it direct to the client. You could construct the same data in Perl and send it to the client with the questmanager::popup function.

Last edited by lerxst2112; 03-02-2013 at 10:28 PM.. Reason: Found the popup function I was looking for.
Reply With Quote