while(expression)
{
statements;
}
Sorry, taking notes on Torquescript.
Speaking of which, this is what I have now
$Agriculture::Corn::PlantPrice = 100;
$Agriculture::Cabbage::PlantPrice = 100;
$Agriculture::Carrot::PlantPrice = 100;
$Agriculture::Grass::PlantPrice = 100;