Winners:
@DarkstaR, 148 characters
lua code:i=0 while(1)do p=Self.Position()x,y=p.x+i-7,p.y+i-5 wait(getTileUseID(x,y,p.z).idE97<6 and selfUseItemWithGround(3483,x,y,p.z)+999)i=i+1 end
@Syntax, 151 characters
lua code:i=0;while(1)do p=Self.Position()x,y=i-7+p.x,i-5+p.y;wait(getTileUseID(x,y,p.z).idE97<6 and selfUseItemWithGround(3483,x,y,p.z)and 1E3)i=i+1;end
@Infernal Bolt, 213 characters
lua code:while(1)do for a=-7,7 do p=Self.Position()for b=-5,5 do if(table.isStrIn({4597,4598,4599,4600,4601,4602},getTileUseID(p.x+a,p.y+b,p.z).id))then selfUseItemWithGround(3483,p.x+a,p.y+b,p.z)wait(1000)end end end end
@CrazySwe - The point of the competition is shortest code. Nice scripting, though :)
@Spectrus - Fine don't make public, loser. fffffffuuuuuuuuuuu
Feel free to discuss now.