View Single Post
  #4  
Old 04-17-2010, 12:28 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

$qglobals{vxed_Instance_Flag} should return the value of the global, not the global object. Maybe try quest::QGVarDuration("vxed_Instance_Flag")

EDIT: Maybe not. It looks like (according to the wiki) that function will only return the amount of seconds based on a duration input. For example: quest::QGVarDuration("D3") should return 259200.
Reply With Quote