This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
ModPE.setItem (408, 6, 6, "Bigfoot Spawner"); //spawn egg, custom item function useItem (x, y, z,itemId, blockId, side) { if(itemId == 408) //bigfoot spawner { clientMessage("<BigFoot> Arrgggh!); //he says stuff spawnPigZombie (x, y+1, z, 50, "mob/bigfoot.png"); //choose the skin, spawn, did +1 so he isnt in the ground addItemInventory(408, -1); //lose the bigfoot spawner } }
Check out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
I am secretly a modder, who works only for himself, seldom publishes.
have fun
+1 if i helped or something
Check out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015