
08-26-2007, 05:00 AM
|
|
Will work for food. Maybe
|
 |
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
|
|
|
Err, why can't you? It's a loop, and I just tested it and it works fine...
EDIT: My mistake while converting it to GS2...
change:
while (i < temp.delta[0]) {
to:
while (i < temp.delta[2]) { |
|
|
|