Does any no how to spawn a zombies by using
Function useitem
I don't know the line of code to spawn a zombie thats all that hold me back on a mod.
Thanks to anyone who looks over my topic.
Rollback Post to RevisionRollBack
Remember this is round 27, think off call or duty logic, our pistol are as useless as broken condoms.
Function useitem
I don't know the line of code to spawn a zombie thats all that hold me back on a mod.
Thanks to anyone who looks over my topic.
function useItem(x,y,z,itemId,blockId) { if(itemId==280)//if your item is a stick { Level.spawnMob(x, y + 1, z, 32, "mob/zombie.png"); } }http://www.twitter.com/AuthenticPixel