1
2
3
2
3
local $id; 		$id=create("item",52); 			store $id,"unit",1;
local $id; 		$id=create("item",52); 			store $id,"unit",1;
if((playergotitem=={ITEM ID}) && (playergotitem=={SECOND ITEM ID})) { 	//do SMTH
if((playergotitem([STICK_TYPE]) >= 1) && (playergotitem([STONE_TYPE]) >= 1)) { 	//your stuff goes here 	//... }