View Single Post
  #6  
Old 08-17-2009, 08:41 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

There is a table called quest_globals. From the mySQL prompt, do a DESC quest_globals; or even a SELECT * FROM quest_globals;. You will have to check out the .pl files to find out which globals are set using the script.
Reply With Quote