OK, i am started!
http://dartfilearchive.ucoz.ru/Vitaliksmod.zip
- that is fresh version of my mod. Post in this topic, if link is broken.
edited 2×, last 16.08.09 05:06:06 pm
General
Vitalik's mod. Alpha version released.
Vitalik's mod. Alpha version released.terrain "x-position", "z-position", ?, ?;
//Drinking (Sea)
	on:usesea {
		if (inarea_freshwater("unit",1)) {
			process "drinking",1000;
			drink 0,0,25,0;
		}else{
			if (getplayerweapon()==111) {
				$id=create("item",24);
				store $id,"unit",1;
				freestored "unit",1,111,1;
				speech "positive";
				msg "Yeah, I made a branch from the torch!"'4;
			}else{
				process "drinking",1000;
				drink 0,0,-15,0;
				msg "Ugh! Saltwater!";
			}
		}
	}
//Drinking (Sea)
	on:usesea {
		if (inarea_freshwater("unit",1)) {
			process "drinking",1000;
			drink 0,0,25,0;
		}else{
			process "drinking",1000;
			drink 0,0,-15,0;
			msg "Ugh! Saltwater!";
			}
		}
	}
Making bottles with sand and water and then with fire.
Spade terraforming started.
But isn't it stoling idea from builder 2.0? But... i am digging and gain sand for bottles, no special items.
