I edited most of my quest to do globals the right way, and now I'm getting  a new error, just wondering how I can fix it.
	Quote:
	
	
		| Use of uninitialized value $qst2700245::qglobals{"qviclevel"} in numeric eq (==) at quests/qrg/Custom_Zones.pl line 139. | 
	
 
	Code:
	if ($qglobals{qviclevel} == 15 &&  $ulevel == 70)  {
 Also I redid one of turn in quest, and getting another error:
	Quote:
	
	
		| Use of uninitialized value $qst2700248::itemcount{"99711"} in numeric eq (==) at quests/qrg/Epic_Vendor.pl line 229. | 
	
 
	Code:
	if ($itemcount{99711} == 1)  {
 And I know there are multiple ways of doing item turn ins, but this seemed like the easier and shortest way to do, since I have over 100 possible turn in with elsif with a final else return items.
Any insight how to fix the errors from showing up would be appreciated.