Changes

m
try fixing script error
Line 198: Line 198:  
     local type = numberKey('type', context, n, 0)
 
     local type = numberKey('type', context, n, 0)
 
      
 
      
     local selectInstallation = stringKey('installation', context, n):lower()
+
     local selectInstallation = stringKey('installation', context, n, ''):lower()
 
     local predInstallation = function(e)
 
     local predInstallation = function(e)
 
         if selectInstallation == 'yes' then
 
         if selectInstallation == 'yes' then
Line 209: Line 209:  
     end
 
     end
 
      
 
      
     local selectBoss = stringKey('boss', context, n):lower()
+
     local selectBoss = stringKey('boss', context, n, ''):lower()
 
     local predBoss = function(e)
 
     local predBoss = function(e)
 
         if selectBoss == 'yes' then
 
         if selectBoss == 'yes' then
Anonymous user