### gimbap
id=xx
name=gimbap
group=food
icon=gfx\gimbap.bmp
model=gfx\gimbap.b3d
scale=0.65
mat=dust
weight=250
info=it is wonderful picnic lunch.
script=start
	//Eat
	on:eat {
		process "eating",5000;
		eat 10,50,5,0;
	}
script=end