setat xposition,ypostion,zposition;
}
//Replace The x,y,z positions with the location numbers or variables.
on:load{ 	wateralpha 0.5; //try out different values! }
on:use { freestored "unit",1,116,1; find 112,3; }
on:use { 		$item=getplayerweapon(); 		 		if (count_stored("unit",1,$item)>2){ 		 			if ($item==116){ 				freestored "unit",1,116,3; 				find 112,3; 			}else{ 				speech "negative"; 				msg "This arent plums!",3; 			} 		}else{ 			speech "negative"; 			msg "I need 3 plums in my hand first!",3; 		} 	}