1
2
3
2
3
local $id;
		$id=create("item",52);
			store $id,"unit",1;
Scripts
Automatic Spear Maker
Automatic Spear Maker
1

local $id;
		$id=create("item",52);
			store $id,"unit",1;
playergotitem while
ifif((playergotitem=={ITEM ID}) && (playergotitem=={SECOND ITEM ID})) {
	//do SMTH
if((playergotitem([STICK_TYPE]) >= 1) && (playergotitem([STONE_TYPE]) >= 1)) {
	//your stuff goes here
	//...
}
Assassin moder: just a little hint: as a general rule, it has become custom in this forum to indicate values that have to be inserted with [] instead of {} because those second ones actually do something (open and close blocks of code).
1
