I make a video
http://www.youtube.com/watch?v=O-eLEZkoLEI
Tell me if you see something .
In radius:0
### Meat id=9 name=Meat group=food icon=gfx\meat.bmp model=gfx\meat.b3d scale=0.15 mat=flesh weight=500 info=a juicy piece of raw meat. I can fry it, eat it as it is or take it in my hand and throw it at wild animals... behaviour=throw damage=0 speed=15 drag=1.8 rate=3000 script=start 	//Fry! 	on:use { 		if ((count_inrange("state",5,50)+count_inrange("state",4,50))>0){ 		$tmp=skillvalue("cook"); 		$tmp2=random(1,10); 		if ($tmp > 9 & $tmp < 25){ 		if($tmp2 > 8){ 			process "frying",500; 			fry; 			alteritem 1,10; 		}else{ 		if ((count_inrange("state",5,50)+count_inrange("state",4,50))>0){ 		if ($tmp > 25 & $tmp < 50){ 		if($tmp2 > 7){ 			process "frying",500; 			fry; 			alteritem 1,10; 		}else{ 		if ((count_inrange("state",5,50)+count_inrange("state",4,50))>0){ 		if ($tmp > 50 & $tmp < 100){ 		if($tmp2 > 6){ 			process "frying",500; 			fry; 			alteritem 1,10; 		}else{ 		if ((count_inrange("state",5,50)+count_inrange("state",4,50))>0){ 		if ($tmp > 100 & $tmp < 250){ 		if($tmp2 > 5){ 			process "frying",500; 			fry; 			alteritem 1,10; 		}else{ 			process "frying",300; 			fry; 			msg "i burned the food",3; 			speech "negative"; 			alteritem 1,4985; 		}else{ 			msg "I need fire to fry this!",3; 			speech "negative"; } } } } } } } } } } } } } 	//Eat 	on:eat { 		process "eating",1000; 		eat 5,20,10,0; 	} 	//Taming 	on:drop { 		ai_behavioursignal "eat","raptor",300; 		ai_behavioursignal "eat","predatorfish",300; 	} 	on:ai_eat { 		local $eater,$var; 		$eater=ai_eater(); 		if (type("unit",$eater)==2){ 			$var=getlocal("unit",$eater,"tameness"); 			$var+=2; 			setlocal "unit",$eater,"tameness",$var; 			if (($var>9)&&(gotstate("unit",$eater,"tame")==0)){ 				addstate "unit",$eater,"tame"; 				corona getx("unit",$eater),getz("unit",$eater),20,255,70,100; 				msg "I tamed it!",4; 			} 		} 	} script=end
on:use{ 	event "nextmap","global"; }
on:use{ 	loadmap "[MAPPATH]\[MAPNAME].s2", 1, 1, 1, 1, 1, 1; }
on:use{ 	loadmap "[MAPPATH]\[MAPNAME].s2", 1, 1, 1, 1, 1, 1; }
page=sell title=Trade with pirate # Wine -> Gold trade=start sell=39,1 buy=5,45 trade=end # Pearl -> Gold trade=start sell=108,1 buy=5,10 trade=end # Goldnugget -> Gold trade=start sell=4,1 buy=5,45 trade=end # small Crystal -> Gold trade=start sell=2,1 buy=5,45 trade=end # Crystal -> Gold trade=start sell=3,1 buy=5,50 trade=end # Pistol -> Gold trade=start sell=58,1 buy=5,20 trade=end # Shotgun -> Gold trade=start sell=110,1 buy=5,40 trade=end # AK-47 -> Gold trade=start sell=127,1 buy=5,75 trade=end # Bullet -> Gold trade=start sell=29,1 buy=5,2 trade=end # Bullets -> Gold trade=start sell=29,20 buy=5,50 trade=end # Bow -> Gold trade=start sell=59,1 buy=5,10 trade=end # Arrow -> Gold trade=start sell=53,1 buy=5,3 trade=end # Fire Arrow -> Gold trade=start sell=56,1 buy=5,7 trade=end # Poisonous Arrow -> Gold trade=start sell=55,1 buy=5,7 trade=end # Spear -> Gold trade=start sell=52,1 buy=5,5 trade=end # Remote Trigger -> Gold trade=start sell=101,1 buy=5,50 trade=end # Fishing rod -> Gold trade=start sell=50,1 buy=5,10 trade=end # Branch -> Gold trade=start sell=24,5 buy=5,2 trade=end # Iron -> Gold trade=start sell=85,1 buy=5,7 trade=end # Trunk -> Gold trade=start sell=7,1 buy=5,5 trade=end # Joint -> Gold trade=start sell=91,1 buy=5,6 trade=end # Ironbolt -> Gold trade=start sell=63,5 buy=5,6 trade=end # Bolt -> Gold trade=start sell=62,5 buy=5,4 trade=end # Arbalest -> Gold trade=start sell=64,1 buy=5,30 trade=end # Meat -> Gold trade=start Sell=10,1 buy=5,2 trade=end # Small meat -> Gold trade=start sell=12,1 buy=5,1 trade=end button=start,One more thing... button=buy,Show me your goods! button=action:close,I don't want anything! page=buy title=Trade with pirate # Gold -> Bandage trade=start sell=5,5 buy=117,1 trade=end # Gold -> Bullet trade=start sell=5,4 buy=29,1 trade=end # Gold -> Bullets trade=start sell=5,60 buy=29,20 trade=end # Gold -> Sword trade=start sell=5,20 buy=74,1 trade=end # Gold -> Broadsword trade=start sell=5,40 buy=75,1 trade=end # Gold -> Pistol trade=start sell=5,40 buy=58,1 trade=end # Gold -> Shotgun trade=start sell=5,60 buy=110,1 trade=end # Gold -> AK-47 trade=start sell=5,80 buy=127,1 trade=end # Gold -> Bow trade=start sell=5,20 buy=59,1 trade=end # Gold -> Arrow trade=start sell=5,2 buy=53,1 trade=end # Gold -> Poison Arrow trade=start sell=5,10 buy=55,1 trade=end # Gold -> Fire Arrow trade=start sell=5,10 buy=56,1 trade=end # Gold -> Spear trade=start sell=5,10 buy=52,1 trade=end # Gold -> Explosive Bait trade=start sell=5,36 buy=100,1 trade=end # Gold -> Remote Trigger trade=start sell=5,14 buy=101,1 trade=end # Gold -> Rocket Launcher trade=start sell=5,100 buy=81,1 trade=end # Gold -> Rocket trade=start sell=5,75 buy=79,1 trade=end # Gold -> Food trade=start sell=5,4 buy=10,1 trade=end # Gold -> Fishing rod trade=start sell=5,20 buy=50,1 trade=end # Gold -> Fishing Bait trade=start sell=5,5 buy=119,50 trade=end # Gold -> Iron trade=start sell=5,10 buy=85,1 trade=end # Gold -> Branch trade=start sell=5,1 buy=24,1 trade=end # Gold -> Stone trade=start sell=5,7 buy=23,1 trade=end # Gold -> Log trade=start sell=5,10 buy=7,1 trade=end # Gold -> Poisonous Fungus trade=start sell=5,5 buy=34,1 trade=end # Gold -> Ironbolt trade=start sell=5,13 buy=63,5 trade=end # Gold -> Bolt trade=start sell=5,11 buy=62,5 trade=end # Gold -> Arbalest trade=start sell=5,50 buy=64,1 trade=end button=start,One more thing! button=sell,Yeah, I have some stuff to sell! button=action:close,I don't want anything!