Originally Posted By: Turkey77

 Code:
;filename servers.kix
GLOBAL $Carlisle, $NYC, $Boston, $BLoomfield
$Carlisle = Gettysburg
$NYC = Manhattan
$Boston = Capecod
$Bloomfield = Pinelands
RETURN



It's the little things that count. Your code should be:
 Code:
;filename servers.kix
GLOBAL $Carlisle, $NYC, $Boston, $Bloomfield
$Carlisle = "Gettysburg"
$NYC = "Manhattan"
$Boston = "Capecod"
$Bloomfield = "Pinelands"