Code:
Module.New('SpearToEq', function(moveSpear)
	if (Self.Weapon().id ~= 3277) then
		Self.Equip(3277,"weapon",20)
	end
	moveSpear:Delay(3000)
end)