Thalassicus
Bytes and Nibblers
Is this the correct way to retrieve information from the database?
iGameSpeedMultiplier = DB.Query( "SELECT GrowthPercent FROM GameSpeeds WHERE 'ID' = " .. PreGame.GetGameSpeed() ) / 100;
iGameSpeedMultiplier = DB.Query( "SELECT GrowthPercent FROM GameSpeeds WHERE 'ID' = " .. PreGame.GetGameSpeed() ) / 100;