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.