
Thanks for the help.
Admin/mod comment
Thread moved. /
addhook("spawn","spawn") function spawn(id) 	parse("equip "..id.." 60") end
addhook("spawn","Equip_") function Equip_(id) 	return 60 end
addhook("spawn", "_spawn") function _spawn(p) 	parse("spawnitem 56 "..player(p, "tilex").." "..player(p, "tiley")) 	local x, y = player(p, "tilex"), player(p, "tiley") 	parse("setpos "..p.." "..(player(p, "tilex") + 0.5) * 32 + 16 .." ".. (player(p, "tiley") + 0.5) * 32 + 16) 	parse("setpos "..p.." "..x * 32 + 16 .." ".. y * 32 + 16) end