Thread: #reloadqst
View Single Post
  #7  
Old 06-03-2009, 12:47 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

I understand that. However, once it's set in the DB, it shouldn't be undefined.

Code:
if (!defined($qglobals{imildustep1})) {
    quest::setglobal("imildustep1",0,0,F);
}
Shouldn't the value of that be defined since it's being read from the database on #reloadqst? Maybe I don't understand how this all works as well as I thought I did.
Reply With Quote