function behehehe()
player = localPlayer
kills = tonumber(getElementData(player,"Zombie kills"))
if kills > 12 then
outputChatBox("ok", 0,255,0)
end
if not kills > 12 then
outputChatBox("lol" ,255,0,0)
setElementFrozen ( player, true )
else
outputChatBox("wtf", 255,0,0)
end
end
addCommandHandler("omg", behehehe)